# | Line 92 | Line 92 | namespace OpenMD { | |
---|---|---|
92 | ||
93 | std::cerr << "doing a minimization\n"; | |
94 | ||
95 | + | fqConstraints_ = new FluctuatingChargeConstraints(info_); |
96 | FluctuatingChargeObjectiveFunction flucQobjf(info_, forceMan_, fqConstraints_); | |
97 | DynamicVector<RealType> initCoords = flucQobjf.setInitialCoords(); | |
98 | Problem problem(flucQobjf, *(new NoConstraint()), *(new NoStatus()), initCoords); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |