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