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

Comparing branches/development/src/nonbonded/MAW.hpp (file contents):
Revision 1535 by gezelter, Wed Dec 29 19:59:21 2010 UTC vs.
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC

# Line 64 | Line 64 | namespace OpenMD {
64      MAW();
65      void setForceField(ForceField *ff) {forceField_ = ff;};
66      void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType De, RealType beta, RealType Re, RealType ca1, RealType cb1);
67 <    virtual void calcForce(InteractionData idat);
67 >    virtual void calcForce(InteractionData &idat);
68      virtual string getName() {return name_;}
69      virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2);
70      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines