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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines