From 8b1ef8a5fc6e2fff1f838799ab1ba6ddd055ba0b Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Mon, 12 Apr 2010 22:28:24 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@306 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/mathematics/Matrix.cpp | 10 ++++++++++ sources/reactphysics3d/mathematics/Matrix.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sources/reactphysics3d/mathematics/Matrix.cpp b/sources/reactphysics3d/mathematics/Matrix.cpp index 31eaf512..6a7699ea 100644 --- a/sources/reactphysics3d/mathematics/Matrix.cpp +++ b/sources/reactphysics3d/mathematics/Matrix.cpp @@ -45,6 +45,7 @@ Matrix::Matrix(int nbRow, int nbColumn) throw(std::invalid_argument) array[i] = new double[nbColumn]; } + // TODO : This initialization loop must be removed carefully // Fill the matrix with zero's for (int i=0; i