Changeset 796 for trunk/test


Ignore:
Timestamp:
Mar 12, 2007, 11:18:55 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #201.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/matrix_test.cc

    r793 r796  
    376376    *error << "error operator*=(matrix) 2" << std::endl;
    377377  }
     378  m6*= utility::matrix(3,4,1.0);
     379  m6*= utility::matrix(4,3,1.0);
     380  m6*= utility::matrix(3,5,2.0);
     381  m6*= utility::matrix(5,5,2.0);
     382  m6*= utility::matrix(5,3,2.0);
     383  m6*= unit3x3;
    378384
    379385  if (error!=&std::cerr)
Note: See TracChangeset for help on using the changeset viewer.