# | Line 47 | Line 47 | namespace OpenMD { | |
---|---|---|
47 | ||
48 | namespace OpenMD { | |
49 | ||
50 | < | FluctuatingChargeNVT::FluctuatingChargeNVT(SimInfo* info, ForceManager* fm) : |
51 | < | FluctuatingChargePropagator(info, fm), chiTolerance_ (1e-6), |
50 | > | FluctuatingChargeNVT::FluctuatingChargeNVT(SimInfo* info) : |
51 | > | FluctuatingChargePropagator(info), chiTolerance_ (1e-6), |
52 | maxIterNum_(4), thermo(info), | |
53 | currentSnapshot_(info->getSnapshotManager()->getCurrentSnapshot()) { | |
54 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |