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