- Timestamp:
- 01/29/08 14:13:48 (17 years ago)
- Location:
- tests
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r16 r17 3 3 4 4 all: subsystem test0 testKF 5 echo $(CPPFLAGS) 5 6 6 7 subsystem: -
tests/testKF.cpp
r15 r17 20 20 int Ndat; 21 21 22 fin >> Name( "d" ) >> Dt; 22 fin.seek( "d" ); 23 fin >> Dt; 23 24 fin.seek( "A" ); 24 25 fin >> A;