Changeset 17 for tests

Show
Ignore:
Timestamp:
01/29/08 14:13:48 (16 years ago)
Author:
smidl
Message:

drobne zmeny v Makefile a pridani testKF.it

Location:
tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r16 r17  
    33 
    44all: subsystem test0 testKF 
     5        echo $(CPPFLAGS) 
    56 
    67subsystem: 
  • tests/testKF.cpp

    r15 r17  
    2020        int Ndat; 
    2121 
    22         fin >> Name( "d" ) >> Dt; 
     22        fin.seek( "d" ); 
     23        fin >> Dt; 
    2324        fin.seek( "A" );  
    2425        fin >> A;