--- trunk/OOPSE/libmdtools/SimSetup.hpp 2003/03/26 20:22:02 407 +++ trunk/OOPSE/libmdtools/SimSetup.hpp 2003/03/27 20:36:16 424 @@ -29,11 +29,6 @@ class SimSetup{ (private) void makeMolecules( void ); - void makeAtoms( void ); - void makeBonds( void ); - void makeBends( void ); - void makeTorsions( void ); - void initFromBass( void ); void makeElement( double x, double y, double z ); @@ -60,7 +55,7 @@ class SimSetup{ (private) Atom** the_atoms; SRI** the_sris; - int *the_excludes; + Exclude** the_excludes; Molecule* the_molecules; ForceFields* the_ff;