Changeset 728 for applications/bdmtoolbox/mex/estimator.cpp
- Timestamp:
- 11/17/09 00:54:28 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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