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_QR.cpp

    r488 r565  
    2222        bool xxx = fin.seek ( "d" ); 
    2323        if ( !xxx ) { 
    24                 it_error ( "testKF.it not found" ); 
     24                bdm_error ( "testKF.it not found" ); 
    2525        } 
    2626        fin >> Dt;