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

Comparing branches/development/src/integrators/FluctuatingChargePropagator.hpp (file contents):
Revision 1717 by gezelter, Wed May 23 01:26:15 2012 UTC vs.
Revision 1718 by gezelter, Thu May 24 01:29:59 2012 UTC

# Line 57 | Line 57 | namespace OpenMD {
57      FluctuatingChargePropagator(SimInfo* info) : info_(info), hasFlucQ_(false) {};
58      virtual ~FluctuatingChargePropagator(){ }
59      virtual void initialize() = 0;
60    virtual void moveA() = 0;
60      virtual void updateSizes() = 0;
61 +    virtual void moveA() = 0;
62 +    virtual void applyConstraints();
63      virtual void moveB() = 0;
64  
65    protected:
66      SimInfo* info_;
67      bool hasFlucQ_;
67
68    };
69
69   }
70   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines