--- trunk/src/math/SquareMatrix.hpp 2006/05/17 19:54:27 962 +++ trunk/src/math/SquareMatrix.hpp 2006/05/17 21:51:42 963 @@ -372,7 +372,7 @@ namespace oopse { numPos++; } } - // if ( numPos < ceil(double(n)/double(2.0)) ) + // if ( numPos < ceil(RealType(n)/RealType(2.0)) ) if ( numPos < ceil_half_n) { for (i=0; i Mat6x6d; + typedef SquareMatrix Mat6x6d; } #endif //MATH_SQUAREMATRIX_HPP