--- trunk/src/math/DynamicRectMatrix.hpp 2006/02/22 20:35:16 891 +++ 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);