| # | Line 53 | Line 53 | |
|---|---|---|
| 53 | #include "brains/SimInfo.hpp" | |
| 54 | #include "primitives/Molecule.hpp" | |
| 55 | #include "nonbonded/InteractionManager.hpp" | |
| 56 | + | #include "parallel/Decomposition.hpp" |
| 57 | ||
| 58 | namespace OpenMD { | |
| 59 | /** | |
| # | Line 93 | Line 94 | namespace OpenMD { | |
| 94 | ||
| 95 | bool NBforcesInitialized_; | |
| 96 | InteractionManager* nbiMan_; | |
| 97 | + | Decomposition* decomp_; |
| 98 | ||
| 99 | }; | |
| 100 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |