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 1773 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1774 by tim, Tue Nov 23 23:12:23 2004 UTC

# Line 55 | Line 55 | class VelocityVerletIntegrator : public Integrator {
55  
56      protected:
57          
58 <        double fullStep;
59 <        double halfStep;
58 >        double dt;
59 >        double dt2;
60          
61      private:
62          virtual void integrateStep();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines