Changeset 19 for tests/testPF.cpp

Show
Ignore:
Timestamp:
02/16/08 15:12:24 (17 years ago)
Author:
smidl
Message:

Switch to CMake

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testPF.cpp

    r14 r19  
    11#include <itpp/itbase.h> 
    2 #include "libPF.h" 
    3 #include "libDC.h" 
    4 #include "libEF.h" 
     2#include <estim/libPF.h> 
     3#include <math/libDC.h> 
     4#include <stat/libEF.h> 
    55 
    66using namespace itpp; 
     
    1717         
    1818        mat A = "1"; 
    19         ldmat R("1"); 
     19        vec vR = "1"; 
     20        ldmat R(vR); 
    2021         
    2122