openfoam/applications/utilities
Mark Olesen 018124e3bf STYLE: use 'return nullptr' for empty autoPtr/tmp returns
- both autoPtr and tmp are defined with an implicit construct from
  nullptr (but with explicit construct from a pointer to null).
  Thus is it safe to use 'nullptr' when returning an empty autoPtr or tmp.
2018-03-21 09:31:09 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
finiteArea ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mesh STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
miscellaneous STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
parallelProcessing STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
postProcessing STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
preProcessing STYLE: consistent lookupOrDefault template parameters 2018-03-26 09:09:09 +02:00
surface STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
thermophysical ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00