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

Comparing:
trunk/src/integrators/VelocityVerletIntegrator.hpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/integrators/VelocityVerletIntegrator.hpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 53 | Line 53
53   #include "integrators/Integrator.hpp"
54   #include "integrators/RotationAlgorithm.hpp"
55   #include "constraints/Rattle.hpp"
56 + #include "utils/ProgressBar.hpp"
57   namespace OpenMD {
58  
59    /**
# Line 102 | Line 103 | namespace OpenMD {
103          
104    private:
105          
106 <    virtual void calcForce(bool needPotential, bool needStress);    
106 >    virtual void calcForce();    
107          
108      virtual void moveA() = 0;
109          
# Line 114 | Line 115 | namespace OpenMD {
115  
116      virtual StatWriter* createStatWriter();
117  
118 +    ProgressBar* progressBar;
119 +
120    };
121  
122   } //end namespace OpenMD

Comparing:
trunk/src/integrators/VelocityVerletIntegrator.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/integrators/VelocityVerletIntegrator.hpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines