--- trunk/src/math/DynamicRectMatrix.hpp 2009/05/20 19:28:38 1348 +++ trunk/src/math/DynamicRectMatrix.hpp 2009/05/20 19:35:05 1349 @@ -66,6 +66,7 @@ namespace oopse { typedef DynamicRectMatrix SelfType; /** default constructor */ + DynamicRectMatrix(){} DynamicRectMatrix(int nrow, int ncol) { allocate(nrow, ncol);