openfoam/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem
Mark Olesen 48d654cf19 ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749)
- disallow insert() of raw pointers, since a failed insertion
  (ie, entry already existed) results in an unmanaged pointer.

  Either insert using an autoPtr, or set() with raw pointers or autoPtr.

- IOobjectList::add() now takes an autoPtr instead of an object reference

- IOobjectList::remove() now returns an autoPtr instead of a raw pointer
2018-05-17 09:56:36 +01:00
..
alphaContactAngle STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
diameterModels STYLE: Header clean-up 2017-11-07 11:22:58 +00:00
Make interFoam family: Added run-time selectable LTS support 2015-06-26 18:32:20 +01:00
phaseModel STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
multiphaseSystem.C ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) 2018-05-17 09:56:36 +01:00
multiphaseSystem.H STYLE: simplify hashing to use struct instead of class 2018-02-09 15:34:59 +01:00