Changes in src/helpers.hpp [76102e:58ed4a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/helpers.hpp
r76102e r58ed4a 134 134 LookupTable = Calloc<T*>(count, "CreateFatherLookupTable - **LookupTable"); 135 135 if (LookupTable == NULL) { 136 eLog() << Verbose(0) << "LookupTable memory allocation failed!" << endl;136 DoeLog(0) && (eLog()<< Verbose(0) << "LookupTable memory allocation failed!" << endl); 137 137 performCriticalExit(); 138 138 status = false;
Note:
See TracChangeset
for help on using the changeset viewer.