Changeset 1728
- Timestamp:
- Jan 16, 2009, 3:05:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/normalization_test.cc
r1719 r1728 150 150 // Enough iteration will make all columns to have the same values as 151 151 // the target. 152 suite.err() << "Testing that iterative normalization \n";152 suite.err() << "Testing that iterative normalization works\n"; 153 153 utility::Matrix m2(4,2); 154 154 m2(0,0) = 0; m2(0,1) = 10;
Note: See TracChangeset
for help on using the changeset viewer.