ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/flucq/FluctuatingChargeNVT.hpp
(Generate patch)

Comparing branches/development/src/flucq/FluctuatingChargeNVT.hpp (file contents):
Revision 1739 by gezelter, Tue Jun 5 17:58:55 2012 UTC vs.
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines