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

Comparing branches/development/src/nonbonded/InteractionManager.hpp (file contents):
Revision 1576 by gezelter, Wed Jun 8 16:05:07 2011 UTC vs.
Revision 1584 by gezelter, Fri Jun 17 20:16:35 2011 UTC

# Line 77 | Line 77 | namespace OpenMD {
77      void doPair(InteractionData idat);    
78      void doSkipCorrection(InteractionData idat);
79      void doSelfCorrection(SelfData sdat);
80 +    void setCutoffRadius(RealType rCut);
81 +    void setSwitchingRadius(RealType rSwitch);
82      RealType getSuggestedCutoffRadius(int *atid1);  
83      RealType getSuggestedCutoffRadius(AtomType *atype);
84      
85    private:
86 <    bool initialized_;
86 >    bool initialized_;
87  
88      void setupElectrostatics();
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines