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

Comparing trunk/src/nonbonded/MAW.hpp (file contents):
Revision 1926 by gezelter, Mon Jul 1 21:09:37 2013 UTC vs.
Revision 1927 by gezelter, Wed Aug 14 20:19:19 2013 UTC

# Line 68 | Line 68 | namespace OpenMD {
68      void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType De, RealType beta, RealType Re, RealType ca1, RealType cb1);
69      virtual void calcForce(InteractionData &idat);
70      virtual string getName() {return name_;}
71 <    virtual int getHash() { return MAW_PAIR; }
71 >    virtual int getHash() { return MAW_INTERACTION; }
72      virtual RealType getSuggestedCutoffRadius(pair<AtomType*, AtomType*> atypes);
73      
74    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines