Changeset 9 for testKF.cpp

Show
Ignore:
Timestamp:
01/23/08 13:27:35 (17 years ago)
Author:
smidl
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • testKF.cpp

    r8 r9  
    1616        mat Mu0;; 
    1717        // input from Matlab 
    18         it_file fin( "matlab/testKF.it" ); 
     18        it_file fin( "testKF.it" ); 
    1919        mat Dt, Xt,Xt2; 
    2020        int Ndat; 
     
    5252//              Kmu = KF.mu; 
    5353//              cout <<  "t:" <<t<< "  " << dt<<"  "<<Kmu <<endl; 
    54                 cout <<t <<endl; 
    5554        } 
    5655 
    57         it_file fou( "matlab/testKF_res.it" ); 
     56        it_file fou( "testKF_res.it" ); 
    5857        fou << Name("xth") << Xt; 
    5958        fou << Name("xth2") << Xt2;