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

    r527 r565  
    2121        bool xxx = fin.seek ( "d" ); 
    2222        if ( !xxx ) { 
    23                 it_error ( "testKF.it not found" ); 
     23                bdm_error ( "testKF.it not found" ); 
    2424        } 
    2525        fin >> Dt;