| version 1.1325 | version 1.1326 |
|---|
| |
| /***************************************************************************** | /***************************************************************************** |
| * $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" |
| |
| | |
| #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 |