Show
Ignore:
Timestamp:
05/27/10 13:08:31 (14 years ago)
Author:
smidl
Message:

new mexes + cleanup

Files:
1 modified

Legend:

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

    r995 r1002  
    3636        shared_ptr<ARX> Apri=UI::build<ARX>(Cfgpri); 
    3737         
    38         if (ARX) && (ARXpri){    
     38        if ((A1) && (Apri)){     
    3939                 
    4040                //if ( n_output<1 ) mexErrMsgTxt ( "No output - nothing to do!" ); 
    41                 ivec strnew=A1->structure_est_LT(Apri); 
     41                ivec strnew=A1->structure_est_LT(Apri->posterior()); 
    4242                UImxArray Out; 
    4343                A1->reduce_structure(strnew);