Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analysis_correlation.hpp

    r543ce4 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.