Changeset 14079 for trunk/Mars
- Timestamp:
- 06/05/12 16:28:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MLog.cc
r12926 r14079 839 839 level=kInfo+2; 840 840 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 841 846 gLog << std::flush; 842 847
Note:
See TracChangeset
for help on using the changeset viewer.