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

Comparing branches/development/src/nonbonded/Electrostatic.hpp (file contents):
Revision 1528 by gezelter, Fri Dec 17 20:11:05 2010 UTC vs.
Revision 1535 by gezelter, Fri Dec 31 18:31:56 2010 UTC

# Line 47 | Line 47
47   #include "UseTheForce/ForceField.hpp"
48   #include "math/SquareMatrix3.hpp"
49   #include "math/CubicSpline.hpp"
50 #include "brains/SimInfo.hpp"
50  
51   namespace OpenMD {
52  
# Line 107 | Line 106 | namespace OpenMD {
106      std::map<int, AtomType*> ElectrostaticList;
107      std::map<AtomType*, ElectrostaticAtomData> ElectrostaticMap;
108      ForceField* forceField_;
110    SimInfo* info_;
111    Globals* simParams_;
109      RealType cutoffRadius_;
110      RealType cutoffRadius2_;
111      RealType pre11_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines