openfoam/applications/solvers
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
..
basic ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
combustion ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
compressible COMP: some resolved compiler warnings 2020-06-25 10:02:50 +01:00
discreteMethods GIT: Header file updates 2019-10-31 14:48:44 +00:00
DNS GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
electromagnetics ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
financial GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
heatTransfer COMP: chtMultiRegion: avoid excess unused references. See #1726. 2020-06-22 11:55:08 +01:00
incompressible BUG: Corrected use of ddtCorr off 2020-06-29 11:07:09 +01:00
lagrangian COMP: some resolved compiler warnings 2020-06-25 10:02:50 +01:00
multiphase STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
stressAnalysis ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00