Difference for src/ScriptTcl.h from version 1.48 to 1.49

version 1.48version 1.49
Line 31
Line 31
   void load(char *scriptFile);   void load(char *scriptFile);
 #ifdef NAMD_TCL #ifdef NAMD_TCL
   void run();   void run();
    static int tclsh(int, char **);
    void tclmain(int, char **);
 #else #else
   void run(char *scriptFile);   void run(char *scriptFile);
 #endif #endif


Legend:
Removed in v.1.48 
changed lines
 Added in v.1.49



Made by using version 1.53 of cvs2html