--- trunk/OOPSE/libmdtools/SimSetup.hpp 2004/04/12 20:32:20 1097 +++ trunk/OOPSE/libmdtools/SimSetup.hpp 2004/06/01 18:42:58 1214 @@ -70,7 +70,8 @@ class SimSetup{ (private) bool initSuspend; int n_components; - int globalAtomIndex; + int globalAtomCounter; + int globalMolCounter; char force_field[100]; char ensemble[100]; @@ -80,6 +81,7 @@ class SimSetup{ (private) MoleculeStamp** comp_stamps; //the stamps matching the components int tot_nmol; int tot_atoms; + int tot_groups; int tot_rigid; int tot_bonds; int tot_bends; @@ -95,10 +97,8 @@ class SimSetup{ (private) int current_comp; int current_atom_ndx; -#ifdef IS_MPI - int* globalIndex; -#endif //is_mpi - + vector globalAtomIndex; + vector globalGroupIndex; void setupZConstraint(SimInfo& theInfo); //setup parameters for zconstraint method };