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 2203 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 47 | Line 47 | namespace oopse {
47  
48   namespace oopse {
49  
50 < /**
51 < * @class RotationAlgorithm
52 < * @brief abstract class for rotation
53 < */
54 < class RotationAlgorithm {
55 <    public:
56 <        void rotate(StuntDouble* sd, Vector3d& ji,  double dt) {
57 <            doRotate(sd, ji, dt);
58 <        }
59 <    private:
60 <        virtual void doRotate(StuntDouble* sd, Vector3d& ji,  double dt) = 0;
50 >  /**
51 >   * @class RotationAlgorithm
52 >   * @brief abstract class for rotation
53 >   */
54 >  class RotationAlgorithm {
55 >  public:
56 >    void rotate(StuntDouble* sd, Vector3d& ji,  double dt) {
57 >      doRotate(sd, ji, dt);
58 >    }
59 >  private:
60 >    virtual void doRotate(StuntDouble* sd, Vector3d& ji,  double dt) = 0;
61  
62 < };
62 >  };
63  
64   }
65   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines