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

Comparing branches/development/src/nonbonded/LJ.hpp (file contents):
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC vs.
Revision 1545 by gezelter, Fri Apr 8 21:25:19 2011 UTC

# Line 68 | Line 68 | namespace OpenMD {
68      RealType getEpsilon(AtomType* atomType);
69      virtual void calcForce(InteractionData &idat);
70      virtual string getName() {return name_;}
71 <    virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2);
71 >    virtual RealType getSuggestedCutoffRadius(pair<AtomType*, AtomType*> atypes);
72              
73    private:
74      void initialize();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines