Ignore:
Timestamp:
Nov 23, 2009, 6:51:50 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
16f34d, 7d1ad9
Parents:
418117a
Message:

Fixing ticket #18.

  • each eLog() << Verbose(0) is now followed by performCriticalExit().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analysis_correlation.hpp

    r418117a r3d4969  
    7272  if (map == NULL) {
    7373    eLog() << Verbose(0) << "Nothing to min/max, map is NULL!" << endl;
     74    performCriticalExit();
    7475    return;
    7576  }
     
    107108  if (map == NULL) {
    108109    eLog() << Verbose(0) << "Nothing to bin, is NULL!" << endl;
     110    performCriticalExit();
    109111    return outmap;
    110112  }
Note: See TracChangeset for help on using the changeset viewer.