Changeset 325 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
04/23/09 23:29:54 (15 years ago)
Author:
smidl
Message:

Barcelona work...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r317 r325  
    700700 
    701701        //! Set boolean options from a string 
    702         void set_options ( const string &opt ) { 
     702        virtual void set_options ( const string &opt ) { 
    703703                opt_L_bounds= ( opt.find ( "logbounds" ) !=string::npos ); 
    704704        }