Difference for src/SimParameters.h from version 1.1246 to 1.1247

version 1.1246version 1.1247
Line 7
Line 7
 /***************************************************************************** /*****************************************************************************
  * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.h,v $  * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.h,v $
  * $Author: jim $  * $Author: jim $
  * $Date: 2017/02/03 21:39:23 $  * $Date: 2017/03/20 19:52:17 $
  * $Revision: 1.1246 $  * $Revision: 1.1247 $
  *****************************************************************************/  *****************************************************************************/
  
 #ifndef SIMPARAMETERS_H #ifndef SIMPARAMETERS_H
Line 905
Line 905
                       // connection                       // connection
   int IMDignore;  // IMD connection does not influence simulation   int IMDignore;  // IMD connection does not influence simulation
                         // only sends coordinates and energies to VMD                         // only sends coordinates and energies to VMD
    int IMDignoreForces;  // Only the Forces are ignored. Finish, Pause and Resume are enabled
                  
                  
         // AMBER options         // AMBER options
         Bool amberOn; // FLAG TRUE-> amber force field is used         Bool amberOn; // FLAG TRUE-> amber force field is used


Legend:
Removed in v.1.1246 
changed lines
 Added in v.1.1247



Made by using version 1.53 of cvs2html