Difference for src/Controller.C from version 1.1325 to 1.1326

version 1.1325version 1.1326
Line 7
Line 7
 /***************************************************************************** /*****************************************************************************
  * $Source: /home/cvs/namd/cvsroot/namd2/src/Controller.C,v $  * $Source: /home/cvs/namd/cvsroot/namd2/src/Controller.C,v $
  * $Author: jim $  * $Author: jim $
  * $Date: 2017/02/03 21:39:23 $  * $Date: 2017/03/29 21:29:03 $
  * $Revision: 1.1325 $  * $Revision: 1.1326 $
  *****************************************************************************/  *****************************************************************************/
  
 #include "InfoStream.h" #include "InfoStream.h"
Line 1368
Line 1368
  
 #if 1 #if 1
     numDegFreedom = molecule->num_deg_freedom();     numDegFreedom = molecule->num_deg_freedom();
     int numGroupDegFreedom = molecule->num_group_deg_freedom();     int64_t numGroupDegFreedom = molecule->num_group_deg_freedom();
     int numFixedGroups = molecule->num_fixed_groups();     int numFixedGroups = molecule->num_fixed_groups();
     int numFixedAtoms = molecule->num_fixed_atoms();     int numFixedAtoms = molecule->num_fixed_atoms();
 #endif #endif


Legend:
Removed in v.1.1325 
changed lines
 Added in v.1.1326



Made by using version 1.53 of cvs2html