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

Comparing branches/development/src/nonbonded/EAM.hpp (file contents):
Revision 1585 by gezelter, Fri Apr 8 21:25:19 2011 UTC vs.
Revision 1586 by gezelter, Tue Jun 21 06:34:35 2011 UTC

# Line 80 | Line 80 | namespace OpenMD {
80      void calcForce(InteractionData &idat);
81      virtual string getName() { return name_; }
82      virtual RealType getSuggestedCutoffRadius(pair<AtomType*,AtomType*> atypes);
83 +    void setCutoffRadius( RealType rCut );
84  
85 +
86    private:
87      void initialize();  
88      EAMParam getEAMParam(AtomType* atomType);
# Line 91 | Line 93 | namespace OpenMD {
93      CubicSpline* getPhi(AtomType* atomType1, AtomType* atomType2);
94      
95      bool initialized_;
96 +    bool haveCutoffRadius_;
97      std::map<int, AtomType*> EAMlist;
98      std::map<AtomType*, EAMAtomData> EAMMap;
99      std::map<std::pair<AtomType*, AtomType*>, EAMInteractionData> MixingMap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines