Changeset 14079 for trunk


Ignore:
Timestamp:
06/05/12 16:28:01 (12 years ago)
Author:
tbretz
Message:
Fit errors are only warings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MLog.cc

    r12926 r14079  
    839839        level=kInfo+2;
    840840
     841    // This is a really stupid hack/workaround to suppress these
     842    // annoying errors in case of 0 number of points
     843    if (level==kWarning && !strcmp(location, "Fit"))
     844        level=kInfo+2;
     845
    841846    gLog << std::flush;
    842847
Note: See TracChangeset for help on using the changeset viewer.