--- trunk/OOPSE/libmdtools/Molecule.cpp 2003/03/27 20:48:37 427 +++ trunk/OOPSE/libmdtools/Molecule.cpp 2003/03/28 19:33:37 435 @@ -60,7 +60,7 @@ void Molecule::initialize( molInit &theInit ){ myBonds = theInit.myBonds; myBends = theInit.myBends; myTorsions = theInit.myTorsions; - myExcludes = theInit.myExcludses; + myExcludes = theInit.myExcludes; } @@ -82,7 +82,7 @@ void Molecule::calcForces( void ){ } -void Molecule::getPotential( void ){ +double Molecule::getPotential( void ){ int i; double myPot = 0.0; @@ -101,3 +101,20 @@ void Molecule::getPotential( void ){ return myPot; } + +void Molecule::printMe( void ){ + + int i; + + for(i=0; iprintMe(); + } + + for(i=0; iprintMe(); + } + + for(i=0; iprintMe(); + } +}