Show
Ignore:
Timestamp:
03/19/10 11:23:05 (14 years ago)
Author:
mido
Message:

adaptation of /applications to new version of LOG_LEVEL
also, a cosmetic change made in enumerations: logub -> logubound, loglb -> loglbound

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/TR2245/pmsm_wishart.cpp

    r706 r871  
    8383        dirfilelog *L = UI::build<dirfilelog> ( F, "logger" );// ( "exp/mpf_test",100 ); 
    8484         
    85         KFE.set_options ( "logbounds" ); 
     85        KFE.log_level[logbounds] = true; 
    8686        KFE.log_add ( *L,"KF" ); 
    87         M.set_options ( "logbounds" ); 
     87        M.log_level[logbounds] = true; 
    8888        M.log_add ( *L,"M" ); 
    8989        DS->log_add(*L);