| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | #include "SimInfo.hpp" | |
| 8 | #include "Thermo.hpp" | |
| 9 | #include "ReadWrite.hpp" | |
| 10 | + | #include "ExtendedSystem.hpp" |
| 11 | ||
| 12 | extern "C"{ | |
| 13 | ||
| # | Line 29 | Line 30 | extern "C"{ | |
| 30 | } | |
| 31 | ||
| 32 | ||
| 33 | < | Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ |
| 33 | > | Verlet::Verlet( SimInfo &info, ForceFields* the_ff, ExtendedSystem* the_es ){ |
| 34 | ||
| 35 | // get what information we need from the SimInfo object | |
| 36 | ||
| 37 | entry_plug = &info; | |
| 38 | myFF = the_ff; | |
| 39 | < | |
| 39 | > | myES = the_es; |
| 40 | ||
| 41 | c_natoms = info.n_atoms; | |
| 42 | c_atoms = info.atoms; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |