From af2e6d952e9cd1ae2ad6c236791115473ced94de Mon Sep 17 00:00:00 2001 From: Andreas Bircher Date: Tue, 3 May 2016 17:54:38 +0200 Subject: [PATCH] correcting comments --- matrix/Dcm.hpp | 2 +- matrix/Quaternion.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix/Dcm.hpp b/matrix/Dcm.hpp index bd622731c9..edf165bbdd 100644 --- a/matrix/Dcm.hpp +++ b/matrix/Dcm.hpp @@ -46,7 +46,7 @@ public: /** * Constructor from array * - * Copies the given scalar value to all matrix fields. + * More elaborate function description * * @param other array */ diff --git a/matrix/Quaternion.hpp b/matrix/Quaternion.hpp index e135464537..835c97a3d1 100644 --- a/matrix/Quaternion.hpp +++ b/matrix/Quaternion.hpp @@ -37,7 +37,7 @@ public: /** * Constructor from array * - * Copies the given scalar value to all quaternion fields. + * More elaborate function description * * @param data_ array */