openfoam/applications/test/PtrList
Mark Olesen 2cd2732fed ENH: avoid change when setting UPtrList twice (issue #1035)
UPtrList::set(const label i, T* ptr);

No-op if the new pointer value is identical to the current content.
This avoid memory management issues.
2018-10-09 08:27:50 +02:00
..
Make STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
Test-PtrList.C ENH: avoid change when setting UPtrList twice (issue #1035) 2018-10-09 08:27:50 +02:00