openfoam/applications/utilities/mesh/advanced
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
..
collapseEdges ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
combinePatchFaces STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
modifyMesh ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
PDRMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
refineHexMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
refinementLevel GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
refineWallLayer GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
removeFaces GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
selectCells GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
snappyRefineMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
splitCells GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00