# | Line 54 | Line 54 | namespace OpenMD { | |
---|---|---|
54 | ZconstraintForceManager(SimInfo* info); | |
55 | ~ZconstraintForceManager(); | |
56 | ||
57 | < | virtual void calcForces(bool needPotential, bool needStress); |
57 | > | virtual void calcForces(); |
58 | ||
59 | RealType getZConsTime() { return zconsTime_; } | |
60 | std::string getZConsOutput() { return zconsOutput_; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |