From bdafa1cfc5db48c311eeff5c42355df36a0c0bc2 Mon Sep 17 00:00:00 2001 From: "U-DAMIEN\\DamienN" Date: Sun, 7 Mar 2010 20:26:43 +0100 Subject: [PATCH] Modifie les #include en accord avec la nouvelle arborescence --- math/inc/sqmatrix3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/inc/sqmatrix3.h b/math/inc/sqmatrix3.h index c4d026b..3ab46d7 100644 --- a/math/inc/sqmatrix3.h +++ b/math/inc/sqmatrix3.h @@ -60,7 +60,7 @@ class SqMatrix3 SqMatrix3 inverse() const; SqMatrix3& setToInverse(); - // index operators + // index operators // math-like setter/getter double& operator() (unsigned int row, unsigned int col); double operator() (unsigned int row, unsigned int col) const; -- 2.11.4.GIT