Browse Source

matrix helper: remove needless comment line

v1.13.0-BW
Matthias Grob 3 years ago
parent
commit
db7430aa65
  1. 1
      src/lib/matrix/matrix/helper_functions.hpp

1
src/lib/matrix/matrix/helper_functions.hpp

@ -143,7 +143,6 @@ Type unwrap(const Type last_x, const Type new_x, const Type low, const Type high @@ -143,7 +143,6 @@ Type unwrap(const Type last_x, const Type new_x, const Type low, const Type high
*
* @param[in] last_angle Last unwrapped angle [rad]
* @param[in] new_angle New angle in [-pi, pi] [rad]
* @param
* @return New unwrapped angle [rad]
*/
template<typename Type>

Loading…
Cancel
Save