From c841c63b344771a3c1d29e18a22218c8434ad546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 5 Jan 2013 23:44:16 +0100 Subject: [PATCH] Doc++ --- src/Math/Matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 8de204b05..c9194f8d2 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -138,7 +138,8 @@ template class Matrix: public RectangularMatrix inverted() const { Matrix out(Zero);