openfoam/applications
Mark Olesen d2961eec09 STYLE: avoid deprecation warnings for autoPtr set() method
- set() was silently deprecated in favour of reset() FEB-2018
  since the original additional check for overwriting an existing
  pointer was never used. The reset(...) name is more consistent
  with unique_ptr, tmp etc.

  Now emit deprecations for set().

- use direct test for autoPtr, tmp instead of valid() method.
  More consistent with unique_ptr etc.

STYLE: eliminate redundant ptr() use on cloned quantities
2022-01-24 12:26:38 +01:00
..
solvers ENH: Adding option mesh flux correction to solidFoam 2021-12-16 11:59:36 -08:00
test RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities STYLE: avoid deprecation warnings for autoPtr set() method 2022-01-24 12:26:38 +01:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00