# | Line 9 | Line 9 | |
---|---|---|
9 | #endif | |
10 | ||
11 | #ifdef PROFILE | |
12 | < | #include "mdProfile.hpp" |
12 | > | #include "profiling/mdProfile.hpp" |
13 | #endif // PROFILE | |
14 | ||
15 | < | #include "simError.h" |
16 | < | #include "SimSetup.hpp" |
17 | < | #include "SimInfo.hpp" |
18 | < | #include "Atom.hpp" |
19 | < | #include "Integrator.hpp" |
20 | < | #include "Thermo.hpp" |
21 | < | #include "ReadWrite.hpp" |
22 | < | #include "OOPSEMinimizer.hpp" |
15 | > | #include "utils/simError.h" |
16 | > | #include "brains/SimSetup.hpp" |
17 | > | #include "brains/SimInfo.hpp" |
18 | > | #include "primitives/Atom.hpp" |
19 | > | #include "integrators/Integrator.hpp" |
20 | > | #include "brains/Thermo.hpp" |
21 | > | #include "io/ReadWrite.hpp" |
22 | > | #include "minimizers/OOPSEMinimizer.hpp" |
23 | ||
24 | char* program_name; | |
25 | using namespace std; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |