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 1688 by chrisfen, Fri Oct 29 22:28:12 2004 UTC vs.
Revision 1729 by chrisfen, Thu Nov 11 21:46:29 2004 UTC

# Line 685 | Line 685 | double Shapes_FF::findCutoffDistance(ShapeAtomType* st
685        range = st->getRangeValueAt(costheta, phi);
686  
687         // cutoff for a shape is taken to be (2.5*rangeVal + contactVal)
688 <      tempCut = 2.5*range + sigma;
688 >      tempCut = 1.5*range + sigma;
689  
690        if (tempCut > bigCut) bigCut = tempCut;
691      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines