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 1530 by gezelter, Tue Dec 28 21:47:55 2010 UTC vs.
Revision 1532 by gezelter, Wed Dec 29 19:59:21 2010 UTC

# Line 52 | Line 52
52   #include "nonbonded/SC.hpp"
53   #include "nonbonded/Morse.hpp"
54   #include "nonbonded/Electrostatic.hpp"
55 + #include "nonbonded/MAW.hpp"
56   #include "nonbonded/SwitchingFunction.hpp"
57  
58   using namespace std;
# Line 102 | Line 103 | namespace OpenMD {
103      static SC* sc_;
104      static Morse* morse_;
105      static Electrostatic* electrostatic_;
106 +    static MAW* maw_;
107      static SwitchingFunction* switcher_;
108  
109      static RealType rCut_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines