| # | Line 46 | Line 46 | |
|---|---|---|
| 46 | * @date 11/03/2004 | |
| 47 | * @version 1.0 | |
| 48 | */ | |
| 49 | + | |
| 50 | + | #ifdef IS_MPI |
| 51 | + | #include "mpi.h" |
| 52 | + | #include "math/ParallelRandNumGen.hpp" |
| 53 | + | #endif |
| 54 | + | |
| 55 | #include <exception> | |
| 56 | #include <iostream> | |
| 57 | #include <sstream> | |
| # | Line 83 | Line 89 | |
| 89 | #include "types/FixedChargeAdapter.hpp" | |
| 90 | #include "types/FluctuatingChargeAdapter.hpp" | |
| 91 | ||
| 86 | – | #ifdef IS_MPI |
| 87 | – | #include "mpi.h" |
| 88 | – | #include "math/ParallelRandNumGen.hpp" |
| 89 | – | #endif |
| 92 | ||
| 93 | namespace OpenMD { | |
| 94 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |