ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/ForceField.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/ForceField.cpp (file contents):
Revision 2722 by gezelter, Thu Apr 20 18:24:24 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 189 | Line 189 | namespace oopse {
189      return torsionTypeCont_.add(keys, torsionType);
190    }
191  
192 <  double ForceField::getRcutFromAtomType(AtomType* at) {
192 >  RealType ForceField::getRcutFromAtomType(AtomType* at) {
193      /**@todo */
194      GenericData* data;
195 <    double rcut = 0.0;
195 >    RealType rcut = 0.0;
196  
197      if (at->isLennardJones()) {
198        data = at->getPropertyByName("LennardJones");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines