Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analysis_correlation.hpp

    r3d4969 r543ce4  
    7272  if (map == NULL) {
    7373    eLog() << Verbose(0) << "Nothing to min/max, map is NULL!" << endl;
    74     performCriticalExit();
    7574    return;
    7675  }
     
    108107  if (map == NULL) {
    109108    eLog() << Verbose(0) << "Nothing to bin, is NULL!" << endl;
    110     performCriticalExit();
    111109    return outmap;
    112110  }
Note: See TracChangeset for help on using the changeset viewer.