mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1568 Removed delete in destructor, handled by destructor in base class
This commit is contained in:
parent
5f20ef1a0a
commit
395e232b77
@ -47,7 +47,6 @@ RimWellPathFractureCollection::RimWellPathFractureCollection(void)
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellPathFractureCollection::~RimWellPathFractureCollection()
|
RimWellPathFractureCollection::~RimWellPathFractureCollection()
|
||||||
{
|
{
|
||||||
fractures.deleteAllChildObjects();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user