X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/3185fa3e31555b1b80edb81dc4e76a1d9856f6fb..776129fef279847eb021c4657a6c0bece71c5d13:/include/dot.h diff --git a/include/dot.h b/include/dot.h index 4e086bd..622c2f7 100644 --- a/include/dot.h +++ b/include/dot.h @@ -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; };