| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #include <stdlib.h> | |
| 3 | #include <math.h> | |
| 4 | #ifdef IS_MPI | |
| 5 | < | #include "mpiSimulation.hpp" |
| 5 | > | #include "brains/mpiSimulation.hpp" |
| 6 | #include <unistd.h> | |
| 7 | #endif //is_mpi | |
| 8 | ||
| 9 | #ifdef PROFILE | |
| 10 | < | #include "mdProfile.hpp" |
| 10 | > | #include "profiling/mdProfile.hpp" |
| 11 | #endif // profile | |
| 12 | ||
| 13 | < | #include "Integrator.hpp" |
| 14 | < | #include "simError.h" |
| 13 | > | #include "integrators/Integrator.hpp" |
| 14 | > | #include "utils/simError.h" |
| 15 | ||
| 16 | ||
| 17 | template<typename T> Integrator<T>::Integrator(SimInfo* theInfo, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |