ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/SquareMatrix.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/math/SquareMatrix.hpp (file contents):
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 372 | Line 372 | namespace oopse {
372            numPos++;
373          }
374        }
375 <      //    if ( numPos < ceil(double(n)/double(2.0)) )
375 >      //    if ( numPos < ceil(RealType(n)/RealType(2.0)) )
376        if ( numPos < ceil_half_n) {
377          for (i=0; i<n; i++) {
378            v(i, j) *= -1.0;
# Line 388 | Line 388 | namespace oopse {
388    }
389  
390  
391 <  typedef SquareMatrix<double, 6> Mat6x6d;
391 >  typedef SquareMatrix<RealType, 6> Mat6x6d;
392   }
393   #endif //MATH_SQUAREMATRIX_HPP
394  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines