Merge pull request #5062 from OPM/bug-#5061-wap-depth

Bug #5061 wap depth
This commit is contained in:
Magne Sjaastad
2019-11-19 14:13:15 +01:00
committed by GitHub
23 changed files with 283 additions and 290 deletions

View File

@@ -101,7 +101,7 @@ RimWellBoreStabilityPlot*
plot->setPlotTitleVisible( true );
plot->setLegendsVisible( true );
plot->setLegendsHorizontal( true );
plot->setDepthType( RimWellLogPlot::TRUE_VERTICAL_DEPTH );
plot->setDepthType( RiaDefines::TRUE_VERTICAL_DEPTH );
plot->setAutoScaleYEnabled( true );
RicNewWellLogPlotFeatureImpl::updateAfterCreation( plot );