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