mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Review fixes.
This commit is contained in:
@@ -163,10 +163,7 @@ RimWellPath::RimWellPath()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellPath::~RimWellPath()
|
||||
{
|
||||
for ( const auto& wellLog : m_wellLogs() )
|
||||
{
|
||||
delete wellLog;
|
||||
}
|
||||
m_wellLogs.deleteChildren();
|
||||
|
||||
RimWellLogPlotCollection* plotCollection = RimMainPlotCollection::current()->wellLogPlotCollection();
|
||||
if ( plotCollection )
|
||||
|
||||
Reference in New Issue
Block a user