| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | #include "Integrator.hpp" | |
| 5 | #include "Thermo.hpp" | |
| 6 | #include "ReadWrite.hpp" | |
| 7 | < | #include "ForceField.hpp" | 
| 7 | > | #include "ForceFields.hpp" | 
| 8 | #include "simError.h" | |
| 9 | ||
| 10 | extern "C"{ | |
| # | Line 142 | Line 142 | void Symplectic::integrate( void ){ | |
| 142 | int status_n = (int)( statusTime / dt ); | |
| 143 | int vel_n = (int)( thermalTime / dt ); | |
| 144 | ||
| 145 | < | ForceFields *ff = entry_plug-> | 
| 145 | > | // ForceFields *ff = entry_plug-> | 
| 146 | ||
| 147 | Thermo *tStats = new Thermo( entry_plug ); | |
| 148 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |