Changeset 3001

Show
Ignore:
Timestamp:
07/02/08 13:18:30 (5 months ago)
Author:
dumas
Message:

corrected mal placed report

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/tests/test-smith-form-binary.C

    r2992 r3001  
    187187        parseArguments (argc, argv, args); 
    188188         
     189        commentator.start("SmithFormBinary test suite", "SmithFormBinary"); 
     190        std::ostream &report = commentator.report (Commentator::LEVEL_IMPORTANT, INTERNAL_DESCRIPTION); 
     191 
    189192        { 
    190193             
     
    195198        Ring R; 
    196199 
    197         commentator.start("SmithFormBinary test suite", "SmithFormBinary"); 
    198         std::ostream &report = commentator.report (Commentator::LEVEL_IMPORTANT, INTERNAL_DESCRIPTION); 
    199200        report << std::endl << "EGV++ algorithm test suite with LinBox/Givaro PID:\n"; 
    200201