Changes in / [046783:6e8dc2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linkedcell.cpp
r046783 r6e8dc2 46 46 min.Zero(); 47 47 Log() << Verbose(1) << "Begin of LinkedCell" << endl; 48 if ( set->IsEmpty()) {49 eLog() << Verbose(1) << "set contains no linked cell nodes!" << endl;48 if ((set == NULL) || (set->IsEmpty())) { 49 eLog() << Verbose(1) << "set is NULL or contains no linked cell nodes!" << endl; 50 50 return; 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.