openfoam/applications/utilities/postProcessing/lumped/lumpedPointZones
Mark Olesen 12c91b9472 STYLE: check autoPtr as plain bool instead of valid()
- cleaner code, more similarity with unique_ptr

  Now
      if (ptr)
      if (!ptr)

  instead
      if (ptr.valid())
      if (!ptr.valid())
2020-07-16 11:39:24 +02:00
..
Make ENH: lumped point motion using local linear basic functions (#1341) 2020-06-17 15:16:27 +02:00
lumpedPointZones.C STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00