Show
Ignore:
Timestamp:
05/19/10 05:31:37 (14 years ago)
Author:
mido
Message:

a small patches of previous commit as arranged yesterday

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/merger.h

    r956 r957  
    104104                eSmp.validate(); 
    105105        } 
     106 
     107 
    106108        //! set debug file 
    107109        void set_debug_file ( const string fname ) { 
    108110                if ( DBG ) delete dbg_file; 
    109111                dbg_file = new it_file ( fname ); 
    110                 if ( dbg_file ) DBG = true; 
    111         } 
     112                DBG = ( dbg_file != 0 ); 
     113        } 
     114 
    112115        //! Set internal parameters used in approximation 
    113116        void set_method ( MERGER_METHOD MTH = DFLT_METHOD, double beta0 = DFLT_beta ) {