openfoam/applications/utilities/mesh/advanced/PDRMesh
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
..
Make applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
PDRMesh.C ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) 2018-05-17 09:56:36 +01:00
PDRMeshDict ENH: glboal file handling: initial commit 2016-01-25 13:03:15 +00:00