openfoam/applications/utilities
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
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea GIT: interfaceTracking: relocate library 2019-12-19 15:32:34 +00:00
mesh STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
miscellaneous STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
parallelProcessing STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
postProcessing STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
preProcessing STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
surface STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
thermophysical GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00