NAMD
TclCommands.h
Go to the documentation of this file.
1 
7 #ifndef TCLCOMMANDS_H
8 #define TCLCOMMANDS_H
9 
10 #ifdef NAMD_TCL
11 
12 #include <tcl.h>
13 
14 int tcl_vector_math_init(Tcl_Interp *);
15 
16 #endif
17 #endif
int tcl_vector_math_init(Tcl_Interp *interp)
Definition: TclCommands.C:299