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

Comparing trunk/OOPSE-4/src/UseTheForce/Shapes_FF.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2175 by chrisfen, Tue Apr 12 20:57:32 2005 UTC

# Line 716 | Line 716 | double Shapes_FF::findCutoffDistance(ShapeAtomType* st
716        sigma = st->getContactValueAt(costheta, phi);
717        range = st->getRangeValueAt(costheta, phi);
718  
719 <       // cutoff for a shape is taken to be (2.5*rangeVal + contactVal)
719 >       // cutoff for a shape is taken to be (1.5*rangeVal + contactVal)
720        tempCut = 1.5*range + sigma;
721  
722        if (tempCut > bigCut) bigCut = tempCut;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines