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 1567 by gezelter, Fri Apr 8 21:25:19 2011 UTC vs.
Revision 1568 by gezelter, Wed May 25 16:20:37 2011 UTC

# Line 99 | Line 99 | namespace OpenMD {
99  
100      static void setupCutoffs();
101      static void setupSwitching();
102    static void setupNeighborlists();
102      static void setupElectrostatics();
103  
104      static SimInfo* info_;
# Line 117 | Line 116 | namespace OpenMD {
116      static RealType rSwitch_;         /**< inner radius of switching function */
117      static CutoffMethod cutoffMethod_;/**< Cutoff Method for most non-bonded interactions */
118      static SwitchingFunctionType sft_;/**< Type of switching function in use */
120    static RealType listRadius_;      /**< Verlet neighbor list radius */
121    static RealType skinThickness_;   /**< Verlet neighbor list skin thickness */    
119  
120      static RealType vdwScale_[4];
121      static RealType electrostaticScale_[4];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines