mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1568 Removed delete in destructor, handled by destructor in base class
This commit is contained in:
@@ -47,7 +47,6 @@ RimWellPathFractureCollection::RimWellPathFractureCollection(void)
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellPathFractureCollection::~RimWellPathFractureCollection()
|
RimWellPathFractureCollection::~RimWellPathFractureCollection()
|
||||||
{
|
{
|
||||||
fractures.deleteAllChildObjects();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user