--- trunk/OOPSE-2.0/src/types/ShapeAtomType.cpp 2004/10/26 22:25:19 1652 +++ trunk/OOPSE-2.0/src/types/ShapeAtomType.cpp 2004/10/29 22:28:45 1689 @@ -23,9 +23,9 @@ double ShapeAtomType::getContactValueAt(double costhet contactVal = 0.0; for(contactIter = contactFuncs.begin(); contactIter != contactFuncs.end(); - ++contactIter) + ++contactIter) contactVal += (*contactIter)->getValueAt(costheta, phi); - + return contactVal; }