# | Line 50 | Line 50 | namespace OpenMD { | |
---|---|---|
50 | ||
51 | class FluctuatingChargeNVT : public FluctuatingChargePropagator { | |
52 | public: | |
53 | < | FluctuatingChargeNVT(SimInfo* info, ForceManager* forceMan); |
53 | > | FluctuatingChargeNVT(SimInfo* info); |
54 | ||
55 | int getMaxIterationNumber() { | |
56 | return maxIterNum_; | |
# | Line 100 | Line 100 | namespace OpenMD { | |
100 | RealType dt2_; | |
101 | RealType dt_; | |
102 | ||
103 | < | Snapshot* currentSnapshot_; |
103 | > | Snapshot* snap; |
104 | Thermo thermo; | |
105 | + | |
106 | }; | |
107 | ||
108 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |