Changeset 87

Show
Ignore:
Timestamp:
04/28/08 10:22:47 (16 years ago)
Author:
smidl
Message:

new tests

Location:
tests
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r82 r87  
    2121target_link_libraries (ldmat_test ${BdmLibs}) 
    2222 
     23add_executable (fsqmat_test fsqmat_test.cpp) 
     24target_link_libraries (fsqmat_test ${BdmLibs}) 
     25 
     26 
     27add_executable (loggers_test loggers_test.cpp) 
     28target_link_libraries (loggers_test ${BdmLibs}) 
    2329 
    2430add_executable (test0 test0.cpp) 
  • tests/testKF.cpp

    r37 r87  
    3737        mu0=Mu0.get_col(0); 
    3838         
    39         Ndat = Dt.cols(); 
     39        Ndat = 10;//Dt.cols(); 
    4040        int dimx = A.rows(); 
    4141        int dimy = C.rows();