| # | Line 6 | Line 6 | |
|---|---|---|
| 6 | #include "Atom.hpp" | |
| 7 | #include "Molecule.hpp" | |
| 8 | #include "AbstractClasses.hpp" | |
| 9 | < | #ifdef MPI |
| 9 | > | #ifdef IS_MPI |
| 10 | #include "mpiSimulation.hpp" | |
| 11 | + | |
| 12 | #endif | |
| 13 | class SimInfo{ | |
| 14 | ||
| # | Line 63 | Line 64 | class SimInfo{ (public) | |
| 64 | char finalName[300]; // the name of the eor file to be written | |
| 65 | char sampleName[300]; // the name of the dump file to be written | |
| 66 | char statusName[300]; // the name of the stat file to be written | |
| 67 | < | #ifdef MPI |
| 67 | > | #ifdef IS_MPI |
| 68 | mpiSimulation* mpiSim; | |
| 69 | #endif | |
| 70 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |