Changeset 3001
- Timestamp:
- 07/02/08 13:18:30 (5 months ago)
- Files:
-
- 1 modified
-
trunk/linbox/tests/test-smith-form-binary.C (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/tests/test-smith-form-binary.C
r2992 r3001 187 187 parseArguments (argc, argv, args); 188 188 189 commentator.start("SmithFormBinary test suite", "SmithFormBinary"); 190 std::ostream &report = commentator.report (Commentator::LEVEL_IMPORTANT, INTERNAL_DESCRIPTION); 191 189 192 { 190 193 … … 195 198 Ring R; 196 199 197 commentator.start("SmithFormBinary test suite", "SmithFormBinary");198 std::ostream &report = commentator.report (Commentator::LEVEL_IMPORTANT, INTERNAL_DESCRIPTION);199 200 report << std::endl << "EGV++ algorithm test suite with LinBox/Givaro PID:\n"; 200 201
