Changeset 728 for applications/bdmtoolbox/mex
- Timestamp:
- 11/17/09 00:54:28 (15 years ago)
- Location:
- applications/bdmtoolbox/mex
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/mex/CMakeLists.txt
r704 r728 1 2 ## SCENARIOS 1 3 2 4 MEX(merger) … … 14 16 MEX(config2mxstruct) 15 17 MEX(mxstruct2config) 18 19 ## WRAPPERS 20 21 MEX(epdf_mean) -
applications/bdmtoolbox/mex/estimator.cpp
r723 r728 209 209 if ( n_output<1 ) mexErrMsgTxt ( "Wrong number of output variables!" ); 210 210 output[0] = mL->toCell(); 211 if (n_output>1) { 212 UImxConfig UIc(mL->_setting_conf().getRoot()); 213 output[1]=UIc.mxconfig; 214 } 211 215 } 212 216 #endif