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

Comparing branches/development/src/brains/ForceManager.hpp (file contents):
Revision 1723 by gezelter, Thu May 24 20:59:54 2012 UTC vs.
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC

# Line 56 | Line 56
56   #include "nonbonded/Cutoffs.hpp"
57   #include "nonbonded/SwitchingFunction.hpp"
58   #include "nonbonded/InteractionManager.hpp"
59 + #include "perturbations/Perturbation.hpp"
60   #include "parallel/ForceDecomposition.hpp"
61  
62   #define PREPAIR_LOOP 0
# Line 83 | Line 84 | namespace OpenMD {
84    protected:
85      bool initialized_;
86      bool doParticlePot_;
87 +    bool doElectricField_;
88      bool doHeatFlux_;
89  
90      virtual void setupCutoffs();
# Line 112 | Line 114 | namespace OpenMD {
114      vector<RealType> electrostaticScale_;
115  
116      Mat3x3d stressTensor;
117 +
118 +    vector<Perturbation*> perturbations_;
119    };
120   }
121   #endif //BRAINS_FORCEMANAGER_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines