--- trunk/OOPSE-4/src/UseTheForce/ForceField.cpp 2006/04/20 18:24:24 2722 +++ trunk/OOPSE-4/src/UseTheForce/ForceField.cpp 2006/05/17 21:51:42 2759 @@ -189,10 +189,10 @@ namespace oopse { return torsionTypeCont_.add(keys, torsionType); } - double ForceField::getRcutFromAtomType(AtomType* at) { + RealType ForceField::getRcutFromAtomType(AtomType* at) { /**@todo */ GenericData* data; - double rcut = 0.0; + RealType rcut = 0.0; if (at->isLennardJones()) { data = at->getPropertyByName("LennardJones");