git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@357 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
0cb6b91c3f
commit
3ccc537378
|
@ -43,6 +43,7 @@ Matrix::Matrix(int nbRow, int nbColumn) throw(std::invalid_argument)
|
||||||
|
|
||||||
for(int i=0; i<nbRow; ++i) {
|
for(int i=0; i<nbRow; ++i) {
|
||||||
array[i] = new double[nbColumn];
|
array[i] = new double[nbColumn];
|
||||||
|
assert(array[i] != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO : This initialization loop must be removed carefully
|
// TODO : This initialization loop must be removed carefully
|
||||||
|
|
Loading…
Reference in New Issue
Block a user