From ded8675dae98c8c78623c9d8e8b0df55a2118af1 Mon Sep 17 00:00:00 2001 From: Dennis Mannhart Date: Wed, 20 Dec 2017 17:57:12 +0100 Subject: [PATCH] ControlMath: change description name --- src/modules/mc_pos_control/Utility/ControlMath.cpp | 2 +- src/modules/mc_pos_control/Utility/ControlMath.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/mc_pos_control/Utility/ControlMath.cpp b/src/modules/mc_pos_control/Utility/ControlMath.cpp index 58ba98df13..f93f1f40bd 100644 --- a/src/modules/mc_pos_control/Utility/ControlMath.cpp +++ b/src/modules/mc_pos_control/Utility/ControlMath.cpp @@ -33,7 +33,7 @@ ****************************************************************************/ /** - * @file VectorMath.cpp + * @file ControlMath.cpp * * Simple functions for vector manipulation that do not fit into matrix lib. * These functions are specific for controls. diff --git a/src/modules/mc_pos_control/Utility/ControlMath.hpp b/src/modules/mc_pos_control/Utility/ControlMath.hpp index 1d49df1bc8..5f7747b2f8 100644 --- a/src/modules/mc_pos_control/Utility/ControlMath.hpp +++ b/src/modules/mc_pos_control/Utility/ControlMath.hpp @@ -32,7 +32,7 @@ ****************************************************************************/ /** - * @file VectorMath.hpp + * @file ControlMath.hpp * * Simple functions for vector manipulation that do not fit into matrix lib. * These functions are specific for controls.