#7952 Well Log Ensemble: Fix behavior when running in console mode (#8022)

This commit is contained in:
Kristian Bendiksen
2021-09-20 11:29:04 +02:00
committed by GitHub
parent fd8fbe19f4
commit 3d2fca1866
3 changed files with 0 additions and 12 deletions

View File

@@ -19,7 +19,6 @@
#include "RiaApplication.h"
#include "RiaDefines.h"
#include "RiaGuiApplication.h"
#include "WellLogCommands/RicNewWellLogPlotFeatureImpl.h"
@@ -57,9 +56,6 @@ caf::PdmObjectHandle* RimcWellLogTrack_addExtractionCurve::execute()
{
RimWellLogTrack* wellLogTrack = self<RimWellLogTrack>();
// Make sure the plot window is created
RiaGuiApplication::instance()->getOrCreateMainPlotWindow();
if ( m_case && m_wellPath && wellLogTrack )
{
RiaDefines::ResultCatType resultCategoryType = caf::AppEnum<RiaDefines::ResultCatType>::fromText( m_propertyType );