# | Line 50 | Line 50 | namespace OpenMD { | |
---|---|---|
50 | namespace OpenMD { | |
51 | ||
52 | FluctuatingChargeConstraints::FluctuatingChargeConstraints(SimInfo* info) : | |
53 | < | info_(info), constrainRegions_(false), hasFlucQ_(false), initialized_(false) { |
53 | > | info_(info), initialized_(false), hasFlucQ_(false), |
54 | > | constrainRegions_(false) { |
55 | } | |
56 | ||
57 | void FluctuatingChargeConstraints::initialize(){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |