| # | Line 43 | Line 43 | |
|---|---|---|
| 43 | #include "brains/Snapshot.hpp" | |
| 44 | #include "integrators/Integrator.hpp" | |
| 45 | #include "integrators/DLM.hpp" | |
| 46 | + | #include "flucq/FluctuatingChargeLangevin.hpp" |
| 47 | #include "flucq/FluctuatingChargeNVT.hpp" | |
| 48 | #include "utils/simError.h" | |
| 49 | ||
| # | Line 142 | Line 143 | namespace OpenMD { | |
| 143 | ||
| 144 | rotAlgo_ = new DLM(); | |
| 145 | rattle_ = new Rattle(info); | |
| 146 | < | flucQ_ = new FluctuatingChargeNVT(info); |
| 146 | > | flucQ_ = new FluctuatingChargeLangevin(info); |
| 147 | flucQ_->setForceManager(forceMan_); | |
| 148 | } | |
| 149 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |