| # | 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_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |