# | Line 141 | Line 141 | namespace OpenMD { | |
---|---|---|
141 | rotAlgo_ = new DLM(); | |
142 | rattle_ = new Rattle(info); | |
143 | forceMan_->initialize(); | |
144 | < | flucQ_ = new FluctuatingChargeNVT(info); |
144 | > | flucQ_ = new FluctuatingChargeNVT(info, forceMan_); |
145 | } | |
146 | ||
147 | Integrator::~Integrator(){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |