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 1720 by gezelter, Thu May 24 01:29:59 2012 UTC vs.
Revision 1721 by gezelter, Thu May 24 14:17:42 2012 UTC

# Line 112 | Line 112 | namespace OpenMD {
112      bool haveElectroSpline_;
113      std::map<int, AtomType*> ElectrostaticList;
114      std::map<AtomType*, ElectrostaticAtomData> ElectrostaticMap;
115 <    map<pair<AtomType*, AtomType*>, CubicSpline*> Jij; /** coulomb integral */
115 >    map<pair<AtomType*, AtomType*>, CubicSpline*> Jij;  /** coulomb integral */
116      SimInfo* info_;
117      ForceField* forceField_;
118      RealType cutoffRadius_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines