| version 1.1246 | version 1.1247 |
|---|
| |
| /***************************************************************************** | /***************************************************************************** |
| * $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 |
| |
| // 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 |