--- trunk/src/UseTheForce/ForceField.hpp 2005/12/28 21:42:43 821 +++ trunk/src/UseTheForce/ForceField.hpp 2006/05/17 21:51:42 963 @@ -109,7 +109,7 @@ namespace oopse { //avoid make virtual function public //Herb Sutter and Andrei Alexandrescu, C++ coding Standards, Addision-Wesley - virtual double getRcutFromAtomType(AtomType* at); + virtual RealType getRcutFromAtomType(AtomType* at); std::string getWildCard() { return wildCardAtomTypeName_;