Changes in / [046783:6e8dc2]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linkedcell.cpp

    r046783 r6e8dc2  
    4646  min.Zero();
    4747  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;
    5050    return;
    5151  }
Note: See TracChangeset for help on using the changeset viewer.