#2001 RFT plot. Use only TVD depth type

This commit is contained in:
Bjørn Erik Jensen
2017-10-16 14:01:45 +02:00
parent 4ca757f1b5
commit 9c0fa50834
3 changed files with 32 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ RimWellRftPlot::RimWellRftPlot()
CAF_PDM_InitFieldNoDefault(&m_wellLogPlot, "WellLog", "WellLog", "", "", "");
m_wellLogPlot.uiCapability()->setUiHidden(true);
m_wellLogPlot = new RimWellLogPlot();
m_wellLogPlot->setDepthType(RimWellLogPlot::TRUE_VERTICAL_DEPTH);
CAF_PDM_InitFieldNoDefault(&m_wellName, "WellName", "WellName", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_branchIndex, "BranchIndex", "BranchIndex", "", "", "");