Changeset 434 for library/tests
- Timestamp:
- 07/27/09 22:42:24 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/square_mat_test.cpp
r428 r434 100 100 101 101 TEST(test_chmat) { 102 test_square_matrix_minimum<chmat>( 0.2);102 test_square_matrix_minimum<chmat>(epsilon); 103 103 }