ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/VelocityVerletIntegrator.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/VelocityVerletIntegrator.hpp (file contents):
Revision 1757 by tim, Thu Nov 18 23:26:27 2004 UTC vs.
Revision 1758 by tim, Fri Nov 19 17:56:32 2004 UTC

# Line 53 | Line 53 | class VelocityVerletIntegrator : public Integrator {
53  
54          VelocityVerletIntegrator(SimInfo* info);
55  
56 +    protected:
57 +        
58 +        double fullStep;
59 +        double halfStep;
60 +        
61      private:
62          virtual void integrateStep();
63          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines