openfoam/applications/utilities/mesh/manipulation/setSet
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: construct VTK writers with the outputOptions and adjust internally 2017-05-31 22:08:54 +02:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
setSet.C STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00