Changeset 132

Show
Ignore:
Timestamp:
07/07/08 15:49:00 (17 years ago)
Author:
smidl
Message:

opravy

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r129 r132  
    2323ELSE() 
    2424        #This is for UNIX makefile which does only one release at a time. 
    25 #       SET(CMAKE_BUILD_TYPE Debug) 
     25        SET(CMAKE_BUILD_TYPE Debug) 
    2626        SET(CMAKE_CXX_FLAGS_DEBUG "-g -Wall") 
    2727ENDIF(WIN32) 
     
    5959# the project's entire directory structure. 
    6060add_subdirectory (bdm) 
    61 add_subdirectory (tests) 
     61#add_subdirectory (tests) 
    6262add_subdirectory (pmsm) 
  • bdm/estim/libKF.h

    r85 r132  
    158158\\\end{array}\right]\f] 
    159159 
    160 Thus this objevt evaluates only predictors! Not filtering densities. 
     160Thus this object evaluates only predictors! Not filtering densities. 
    161161        */ 
    162162        void bayes ( const vec &dt ); 
  • tests/CMakeLists.txt

    r129 r132  
    3232add_executable (blas_test blas_test.cpp) 
    3333target_link_libraries (blas_test itpp) 
     34 
     35add_executable (struct_test struct_test.cpp) 
     36target_link_libraries (struct_test itpp) 
    3437 
    3538add_executable (test0 test0.cpp)