--- trunk/OOPSE/libmdtools/Molecule.cpp 2003/03/27 20:48:37 427 +++ trunk/OOPSE/libmdtools/Molecule.cpp 2003/03/27 21:07:14 428 @@ -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::getPotential( void ){ } -void Molecule::getPotential( void ){ +double Molecule::getPotential( void ){ int i; double myPot = 0.0;