--- trunk/OOPSE/libmdtools/Verlet.cpp 2003/03/27 20:12:15 423 +++ trunk/OOPSE/libmdtools/Verlet.cpp 2003/03/27 21:07:14 428 @@ -74,8 +74,8 @@ Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ SRI** theArray; for(int i = 0; i < nMols; i++){ - theArray = molecules[i].getMyBonds(); - for(int j=0; jis_constrained(); @@ -91,8 +91,8 @@ Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ } } - theArray = molecules[i].getMyBends(); - for(int j=0; jis_constrained(); @@ -108,8 +108,8 @@ Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ } } - theArray = molecules[i].getMyTorsions(); - for(int j=0; jis_constrained();