| # | Line 46 | Line 46 | |
|---|---|---|
| 46 | #include "primitives/Molecule.hpp" | |
| 47 | #include "math/SeqRandNumGen.hpp" | |
| 48 | #include "hydrodynamics/Shape.hpp" | |
| 49 | + | #include "integrators/Velocitizer.hpp" |
| 50 | ||
| 51 | namespace oopse { | |
| 52 | ||
| # | Line 76 | Line 77 | namespace oopse { | |
| 77 | RealType langevinBufferRadius_; | |
| 78 | RealType frozenBufferRadius_; | |
| 79 | bool sphericalBoundaryConditions_; | |
| 80 | + | Globals* simParams; |
| 81 | + | Velocitizer* veloMunge; |
| 82 | }; | |
| 83 | ||
| 84 | } //end namespace oopse | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |