Changeset 100 for tests

Show
Ignore:
Timestamp:
05/09/08 17:31:57 (16 years ago)
Author:
smidl
Message:

test arx

Location:
tests
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r87 r100  
    2424target_link_libraries (fsqmat_test ${BdmLibs}) 
    2525 
     26add_executable (arx_test arx_test.cpp) 
     27target_link_libraries (arx_test ${BdmLibs}) 
    2628 
    2729add_executable (loggers_test loggers_test.cpp) 
  • tests/testKF.cpp

    r87 r100  
    3939        Ndat = 10;//Dt.cols(); 
    4040        int dimx = A.rows(); 
    41         int dimy = C.rows(); 
    42         int dimu = B.cols(); 
    4341         
    4442        // Prepare for Kalman filters in BDM: 
    4543        ivec tmpsize(1); 
    4644        tmpsize(0) = A.cols(); 
    47         RV rx("1","{x}",tmpsize,"0"); 
     45        RV rx("1","{x }",tmpsize,"0"); 
    4846        tmpsize(0) = B.cols(); 
    49         RV ru("2","{u}",tmpsize,"0"); 
     47        RV ru("2","{u }",tmpsize,"0"); 
    5048        tmpsize(0) = C.rows(); 
    51         RV ry("3","{y}",tmpsize,"0"); 
     49        RV ry("3","{y }",tmpsize,"0"); 
    5250         
    5351//      // LDMAT