Show
Ignore:
Timestamp:
06/19/09 10:17:25 (15 years ago)
Author:
mido
Message:

possibly broken?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsm_estim_mex.cpp

    r349 r384  
    77 */ 
    88 
    9 #include "pmsm_ui.h" 
    10 #include <stat/loggers_ui.h> 
    11 #include <estim/KF_ui.h> 
     9#include "pmsm.h" 
     10#include "stat/loggers.h" 
     11#include "estim/kalman.h" 
    1212 
    1313#include <itpp/itmex.h> 
    14 #include "../../library/mex/mexlog.h" 
    15 #include "../../library/mex/mexds.h" 
    16 #include "../../library/mex/mexparse.h" 
     14#include "../../library/mex/mex_logger.h" 
     15#include "../../library/mex/mex_datasource.h" 
     16#include "../../library/mex/mex_parser.h" 
    1717 
    1818using namespace bdm; 
     
    8383        // ------------------ End of routine ----------------------------- 
    8484         
    85         mexlog* mL=dynamic_cast<mexlog*>(L); 
     85        mex_logger* mL=dynamic_cast<mex_logger*>(L); 
    8686 
    8787        if (mL) { // user wants output!!