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
  • library/bdm/base/bdmbase.cpp

    r870 r871  
    470470                        logrec->ids ( 0 ) = logrec->L.add_vector ( r, prefix + logrec->L.prefix_sep() + "mean" ); 
    471471                } 
    472                 if ( log_level[loglb]  ) { 
     472                if ( log_level[loglbound]  ) { 
    473473                        logrec->ids ( 1 ) = logrec->L.add_vector ( r, prefix + logrec->L.prefix_sep() + "lb" ); 
    474474                }        
    475                 if ( log_level[logub]  ) { 
     475                if ( log_level[logubound]  ) { 
    476476                        logrec->ids ( 2 ) = logrec->L.add_vector ( r, prefix + logrec->L.prefix_sep() + "ub" ); 
    477477                } 
     
    487487                        logrec->L.log_vector ( logrec->ids ( 0 ), mean() ); 
    488488                } 
    489                 if ( log_level[loglb] || log_level[logub] ) { 
     489                if ( log_level[loglbound] || log_level[logubound] ) { 
    490490                                vec lb; 
    491491                                vec ub; 
    492492                                qbounds ( lb, ub ); 
    493                                 if (log_level[loglb]) 
     493                                if (log_level[loglbound]) 
    494494                                        logrec->L.log_vector ( logrec->ids ( 1 ), lb ); 
    495                                 if (log_level[logub]) 
     495                                if (log_level[logubound]) 
    496496                                        logrec->L.log_vector ( logrec->ids ( 2 ), ub ); 
    497497                        } 
     
    564564         
    565565        if (log_level[logbounds]){ 
    566                 prior().log_level[epdf::loglb]=true; 
    567                 prior().log_level[epdf::logub]=true; 
     566                prior().log_level[epdf::loglbound]=true; 
     567                prior().log_level[epdf::logubound]=true; 
    568568        } 
    569569        if (log_level[logfull]){