Difference for src/SimParameters.h from version 1.1241 to 1.1242

version 1.1241version 1.1242
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: 2016/05/24 19:05:41 $  * $Date: 2016/09/05 18:25:43 $
  * $Revision: 1.1241 $  * $Revision: 1.1242 $
  *****************************************************************************/  *****************************************************************************/
  
 #ifndef SIMPARAMETERS_H #ifndef SIMPARAMETERS_H
Line 371
Line 371
         int symmetryFirstStep, symmetryLastStep, symmetryFirstFullStep, symmetryLastFullStep;         int symmetryFirstStep, symmetryLastStep, symmetryFirstFullStep, symmetryLastFullStep;
  
                  
 // Modifications for alchemical simulations //fepb
 // Begin alch flags 
  
   Bool alchOn;              //  Doing alchemical simulation?   Bool alchOn;              //  Doing alchemical simulation?
   Bool alchFepOn;           //  Doing alchemical simulation?   Bool alchFepOn;           //  Doing alchemical simulation?
   Bool alchThermIntOn;      //  Doing thermodynamic integration?   Bool alchThermIntOn;      //  Doing thermodynamic integration?
Line 419
Line 417
   BigReal getBondLambda(const BigReal); // return max[1,x/bondEnd]   BigReal getBondLambda(const BigReal); // return max[1,x/bondEnd]
   Bool alchDecouple;  // alchemical decoupling rather than annihilation   Bool alchDecouple;  // alchemical decoupling rather than annihilation
   Bool alchBondDecouple; // decouple purely alchemical bonds   Bool alchBondDecouple; // decouple purely alchemical bonds
  
 // End alch flags 
 //fepe //fepe
  
      


Legend:
Removed in v.1.1241 
changed lines
 Added in v.1.1242



Made by using version 1.53 of cvs2html