Show
Ignore:
Timestamp:
11/17/09 00:54:28 (15 years ago)
Author:
smidl
Message:

logger now has ability to store settings - used in estimator. New mexfunction epdf_mean

Files:
1 modified

Legend:

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

    r723 r728  
    209209                if ( n_output<1 ) mexErrMsgTxt ( "Wrong number of output variables!" ); 
    210210                output[0] = mL->toCell(); 
     211                if (n_output>1) { 
     212                        UImxConfig UIc(mL->_setting_conf().getRoot()); 
     213                        output[1]=UIc.mxconfig; 
     214                } 
    211215        } 
    212216#endif