Show
Ignore:
Timestamp:
03/04/10 16:41:30 (14 years ago)
Author:
smidl
Message:

changes in Loggers!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.cpp

    r802 r850  
    225225        rvc = *rrv; 
    226226 
    227         string opt; 
    228         if ( UI::get ( opt, set,  "options", UI::optional ) ) { 
    229                 BM::set_options ( opt ); 
    230         } 
    231227        int constant; 
    232228        if ( !UI::get ( constant, set, "constant", UI::optional ) ) { 
     
    265261        } else { 
    266262                est.set_rv ( *rv_par ); 
    267         } 
    268         //validate(); 
    269 } 
    270 } 
    271  
     263        }        
     264} 
     265 
     266} 
     267