--- trunk/OOPSE/libmdtools/SimSetup.hpp 2003/07/29 16:32:37 656 +++ trunk/OOPSE/libmdtools/SimSetup.hpp 2003/08/07 21:47:18 670 @@ -82,10 +82,6 @@ class SimSetup{ (private) int tot_torsions; int tot_SRI; - Atom** the_atoms; - SRI** the_sris; - Exclude** the_excludes; - Molecule* the_molecules; ForceFields* the_ff; // needed by makeElement @@ -99,5 +95,7 @@ class SimSetup{ (private) int* globalIndex; #endif //is_mpi + void setupZConstraint(void); + }; #endif