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

Comparing branches/development/src/integrators/RotationAlgorithm.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1686 by gezelter, Sat Mar 10 04:21:44 2012 UTC

# Line 54 | Line 54 | namespace OpenMD {
54     */
55    class RotationAlgorithm {
56    public:
57 +    virtual ~RotationAlgorithm(){ }
58      void rotate(StuntDouble* sd, Vector3d& ji,  RealType dt) {
59        doRotate(sd, ji, dt);
60      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines