Changeset 386 for library/tests/tutorial
- Timestamp:
- 06/19/09 11:14:47 (16 years ago)
- Location:
- library/tests
- Files:
-
- 2 modified
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/tests/tutorial/arx_simple.cpp
r278 r386 1 #include <estim/arx.h>1 #include "estim/arx.h" 2 2 using namespace bdm; 3 3 -
library/tests/tutorial/kalman_simple.cpp
r278 r386 1 #include <estim/libKF.h>1 #include "estim/kalman.h" 2 2 using namespace bdm; 3 3