Show
Ignore:
Timestamp:
08/19/09 16:54:24 (15 years ago)
Author:
vbarta
Message:

using own error macros (basically copied from IT++, but never aborting)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/test_kalman_QRexh.cpp

    r477 r565  
    2323 
    2424        if ( !xxx ) { 
    25                 it_error ( "testKF.it not found" ); 
     25                bdm_error ( "testKF.it not found" ); 
    2626        } 
    2727