Changeset 565 for library/tests/test_kalman.cpp
- Timestamp:
- 08/19/09 16:54:24 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/test_kalman.cpp
r527 r565 21 21 bool xxx = fin.seek ( "d" ); 22 22 if ( !xxx ) { 23 it_error ( "testKF.it not found" );23 bdm_error ( "testKF.it not found" ); 24 24 } 25 25 fin >> Dt;