| # | Line 45 | Line 45 | |
|---|---|---|
| 45 | #include "utils/simError.h" | |
| 46 | #include "utils/PhysicalConstants.hpp" | |
| 47 | #include "utils/StringUtils.hpp" | |
| 48 | + | #ifdef IS_MPI |
| 49 | + | #include <mpi.h> |
| 50 | + | #endif |
| 51 | + | |
| 52 | namespace OpenMD { | |
| 53 | ZconstraintForceManager::ZconstraintForceManager(SimInfo* info): ForceManager(info), infiniteTime(1e31) { | |
| 54 | currSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |