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