Changeset 774 for applications/bdmtoolbox/mex
- Timestamp:
 - 01/12/10 20:26:09 (16 years ago)
 - Files:
 - 
          
- 1 modified
 
- 
          applications/bdmtoolbox/mex/arena.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
applications/bdmtoolbox/mex/arena.cpp
r765 r774 111 111 112 112 Config MsgStore; 113 MsgStore.setAutoConvert(true); 113 114 Setting& Queue = MsgStore.getRoot().add("queue", Setting::TypeList); 114 115 … … 174 175 if ( n_output<1 ) mexErrMsgTxt ( "Wrong number of output variables!" ); 175 176 output[0] = mL->toCell(); 177 if (n_output>1) { 178 mL->_setting_conf().setAutoConvert(true); 179 output[1]= UImxArray::create_mxArray(mL->_setting_conf().getRoot()); 180 } 176 181 } 177 182 #endif  
