Changes in / [6e8dc2:046783]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linkedcell.cpp

    r6e8dc2 r046783  
    4646  min.Zero();
    4747  Log() << Verbose(1) << "Begin of LinkedCell" << endl;
    48   if ((set == NULL) || (set->IsEmpty())) {
    49     eLog() << Verbose(1) << "set is NULL or contains no linked cell nodes!" << endl;
     48  if (set->IsEmpty()) {
     49    eLog() << Verbose(1) << "set contains no linked cell nodes!" << endl;
    5050    return;
    5151  }
Note: See TracChangeset for help on using the changeset viewer.