Show
Ignore:
Timestamp:
05/05/10 20:51:39 (14 years ago)
Author:
smidl
Message:

new mexpdf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/epdf_mean.cpp

    r801 r925  
    1212#ifdef MEX 
    1313#include <mex/mex_parser.h> 
     14#include "mexPdf.h" 
    1415 
    1516void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) { 
     
    2425        //CONFIG 
    2526        UImxArray Cfg(input[0]); 
    26 //      Cfg.writeFile("epdf_mean.cfg"); 
     27        Cfg.writeFile("epdf_mean.cfg"); 
    2728 
    2829        shared_ptr<epdf> ep=UI::build<epdf>(Cfg);