mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Osdu Well Log: make it possible to add Osdu well logs to plot.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "RiaSimWellBranchTools.h"
|
||||
#include "RiaWellNameComparer.h"
|
||||
|
||||
#include "RicImportWellLogOsduFeature.h"
|
||||
#include "RicfCommandObject.h"
|
||||
|
||||
#include "RifWellPathFormationsImporter.h"
|
||||
@@ -38,6 +39,7 @@
|
||||
#include "RimFishbonesCollection.h"
|
||||
#include "RimMainPlotCollection.h"
|
||||
#include "RimMswCompletionParameters.h"
|
||||
#include "RimOsduWellLog.h"
|
||||
#include "RimPerforationCollection.h"
|
||||
#include "RimProject.h"
|
||||
#include "RimStimPlanModelCollection.h"
|
||||
@@ -934,7 +936,7 @@ void RimWellPath::addWellLog( RimWellLog* wellLog )
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ( RimOsduWellLog* osduWellLog = dynamic_cast<RimOsduWellLog*>( wellLog ) )
|
||||
{
|
||||
m_wellLogs.push_back( osduWellLog );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user