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

Comparing branches/new_design/OOPSE-2.0/src/integrators/VelocityVerletIntegrator.hpp (file contents):
Revision 1900 by tim, Sat Dec 4 00:01:32 2004 UTC vs.
Revision 1901 by tim, Tue Jan 4 22:18:36 2005 UTC

# Line 36 | Line 36
36  
37   #include "integrators/Integrator.hpp"
38   #include "integrators/RotationAlgorithm.hpp"
39 <
39 > #include "constraints/Rattle.hpp"
40   namespace oopse {
41  
42   /**
# Line 73 | Line 73 | class VelocityVerletIntegrator : public Integrator {
73          virtual void finalize();
74  
75          RotationAlgorithm* rotAlgo;
76 <        
76 >        Rattle* rattle;
77          double dt2;
78  
79          double currSample;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines