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 1502 by gezelter, Sat Oct 2 19:53:32 2010 UTC vs.
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC

# Line 66 | Line 66 | namespace OpenMD {
66      void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType sigma, RealType epsilon);
67      RealType getSigma(AtomType* atomType);
68      RealType getEpsilon(AtomType* atomType);
69 <    virtual void calcForce(InteractionData idat);
69 >    virtual void calcForce(InteractionData &idat);
70      virtual string getName() {return name_;}
71 +    virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2);
72              
73    private:
74      void initialize();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines