Show
Ignore:
Timestamp:
08/08/09 13:43:16 (15 years ago)
Author:
smidl
Message:

Mpdf redesing is complet - all tests pass (except mlnorm<chmat> which is irrelevant)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_harness.cpp

    r484 r489  
    175175        } while ( ( tc < CurrentContext::max_trial_count ) && 
    176176                  !UnitTest::AreClose ( R, actual( tc - 1 ), tolerance ) ); 
     177         
    177178        if ( ( tc == CurrentContext::max_trial_count ) && 
    178179             ( !UnitTest::AreClose ( R, actual( CurrentContext::max_trial_count - 1 ), tolerance ) ) ) {