ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/DLM.hpp
(Generate patch)

Comparing trunk/src/integrators/DLM.hpp (file contents):
Revision 962 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 53 | Line 53 | namespace oopse {
53     */
54    class DLM : public RotationAlgorithm {
55    private:
56 <    virtual void doRotate(StuntDouble* sd, Vector3d& ji, double dt);
57 <    void rotateStep(int axes1, int axes2, double angle, Vector3d& ji, RotMat3x3d& A);            
56 >    virtual void doRotate(StuntDouble* sd, Vector3d& ji, RealType dt);
57 >    void rotateStep(int axes1, int axes2, RealType angle, Vector3d& ji, RotMat3x3d& A);            
58    };
59  
60   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines