ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimSetup.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimSetup.hpp (file contents):
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC vs.
Revision 1214 by gezelter, Tue Jun 1 18:42:58 2004 UTC

# Line 81 | Line 81 | class SimSetup{ (private)
81    MoleculeStamp** comp_stamps; //the stamps matching the components
82    int tot_nmol;
83    int tot_atoms;
84 +  int tot_groups;
85    int tot_rigid;
86    int tot_bonds;
87    int tot_bends;
# Line 97 | Line 98 | class SimSetup{ (private)
98    int current_atom_ndx;
99  
100    vector<int> globalAtomIndex;
101 +  vector<int> globalGroupIndex;
102    void setupZConstraint(SimInfo& theInfo);  //setup parameters for zconstraint method
103  
104   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines