Changeset 3d4969 for molecuilder/src/analysis_correlation.hpp
- Timestamp:
- Nov 23, 2009, 6:51:50 PM (16 years ago)
- Children:
- 16f34d, 7d1ad9
- Parents:
- 418117a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analysis_correlation.hpp
r418117a r3d4969 72 72 if (map == NULL) { 73 73 eLog() << Verbose(0) << "Nothing to min/max, map is NULL!" << endl; 74 performCriticalExit(); 74 75 return; 75 76 } … … 107 108 if (map == NULL) { 108 109 eLog() << Verbose(0) << "Nothing to bin, is NULL!" << endl; 110 performCriticalExit(); 109 111 return outmap; 110 112 }
Note:
See TracChangeset
for help on using the changeset viewer.