# | Line 1 | Line 1 | |
---|---|---|
1 | #include <math.h> | |
2 | ||
3 | < | #include "MatVec3.h" |
4 | < | #include "Atom.hpp" |
5 | < | #include "SRI.hpp" |
6 | < | #include "AbstractClasses.hpp" |
7 | < | #include "SimInfo.hpp" |
8 | < | #include "ForceFields.hpp" |
9 | < | #include "Thermo.hpp" |
10 | < | #include "ReadWrite.hpp" |
11 | < | #include "Integrator.hpp" |
12 | < | #include "simError.h" |
3 | > | #include "math/MatVec3.h" |
4 | > | #include "primitives/Atom.hpp" |
5 | > | #include "primitives/SRI.hpp" |
6 | > | #include "primitives/AbstractClasses.hpp" |
7 | > | #include "brains/SimInfo.hpp" |
8 | > | #include "UseTheForce/ForceFields.hpp" |
9 | > | #include "brains/Thermo.hpp" |
10 | > | #include "io/ReadWrite.hpp" |
11 | > | #include "integrators/Integrator.hpp" |
12 | > | #include "utils/simError.h" |
13 | ||
14 | #ifdef IS_MPI | |
15 | < | #include "mpiSimulation.hpp" |
15 | > | #include "brains/mpiSimulation.hpp" |
16 | #endif | |
17 | ||
18 | // Basic non-isotropic thermostating and barostating via the Melchionna |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |