Show
Ignore:
Timestamp:
03/29/10 23:01:19 (14 years ago)
Author:
smidl
Message:

bdmtoolbox + arx

Location:
applications/bdmtoolbox/mex
Files:
2 modified

Legend:

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

    r801 r883  
    5858 
    5959        //DBG 
    60 //      Cfg.writeFile ( "arena.cfg" ); 
     60        Cfg.writeFile ( "arena.cfg" ); 
    6161 
    6262#else 
  • applications/bdmtoolbox/mex/controlloop.cpp

    r801 r883  
    100100 
    101101        //DBG 
    102 //      Cfg.writeFile ( "controlloop.cfg" ); 
     102        Cfg.writeFile ( "controlloop.cfg" ); 
    103103 
    104104#else 
     
    230230                if ( n_output<1 ) mexErrMsgTxt ( "Wrong number of output variables!" ); 
    231231                output[0] = mL->toCell(); 
     232                if (n_output>1) { 
     233                        mL->_setting_conf().setAutoConvert(true); 
     234                        output[1]= UImxArray::create_mxArray(mL->_setting_conf().getRoot()); 
     235                } 
    232236        } 
    233237#endif