]> git.treefish.org Git - seamulator.git/blobdiff - include/dot.h
Play note on velocity sign change
[seamulator.git] / include / dot.h
index 4e086bdc6e77678547bd56bd734264cbdd480f22..622c2f79731b06503df9d68baacb1bc082c2cbc7 100644 (file)
@@ -31,5 +31,6 @@ private:
     double m_pos = 0.0;
     double m_vel = 0.0;
     double m_maxAbsVel = 0.0;
+    double m_maxAbsIntVel = 0.0;
 
 };