From db7430aa65491b501290111e839a9acf70bd6287 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 21 Mar 2022 18:41:22 +0100 Subject: [PATCH] matrix helper: remove needless comment line --- src/lib/matrix/matrix/helper_functions.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/matrix/matrix/helper_functions.hpp b/src/lib/matrix/matrix/helper_functions.hpp index 7426fdcf57..e09215a19e 100644 --- a/src/lib/matrix/matrix/helper_functions.hpp +++ b/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 * * @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