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

Comparing trunk/OOPSE-4/src/integrators/RotationAlgorithm.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 53 | Line 53 | namespace oopse {
53     */
54    class RotationAlgorithm {
55    public:
56 <    void rotate(StuntDouble* sd, Vector3d& ji,  double dt) {
56 >    void rotate(StuntDouble* sd, Vector3d& ji,  RealType dt) {
57        doRotate(sd, ji, dt);
58      }
59    private:
60 <    virtual void doRotate(StuntDouble* sd, Vector3d& ji,  double dt) = 0;
60 >    virtual void doRotate(StuntDouble* sd, Vector3d& ji,  RealType dt) = 0;
61  
62    };
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines