Rev 38 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 689 2005-07-19 13:22:12
- Author: jab
- Log message:
- Fixed a problem with MATRIX *= SCALAR. The scalar was converted to a matrix
and MATRIX *= MATRIX was used. This conversion is now prevented using an
explicit constructor. Also we had to repeat the scalar *= in ArithSqMatFloat