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

Comparing branches/development/src/nonbonded/Sticky.hpp (file contents):
Revision 1535 by gezelter, Sun Oct 3 22:18:59 2010 UTC vs.
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC

# Line 71 | Line 71 | namespace OpenMD {
71      Sticky();
72      void setForceField(ForceField *ff) {forceField_ = ff;};
73      void addType(AtomType* atomType);
74 <    virtual void calcForce(InteractionData idat);
74 >    virtual void calcForce(InteractionData &idat);
75      virtual string getName() { return name_; }
76      virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2);
77      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines