ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/nonbonded/NonBondedInteraction.hpp
(Generate patch)

Comparing branches/development/src/nonbonded/NonBondedInteraction.hpp (file contents):
Revision 1504 by gezelter, Sat Oct 2 20:41:53 2010 UTC vs.
Revision 1505 by gezelter, Sun Oct 3 22:18:59 2010 UTC

# Line 180 | Line 180 | namespace OpenMD {
180      virtual ~NonBondedInteraction() {}
181      virtual void calcForce(InteractionData idat) = 0;
182      virtual InteractionFamily getFamily() = 0;
183 +    virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2) = 0;
184      virtual string getName() =  0;
185    };    
186  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines