Disable common data source in well allocation plots

(they have common data selection explicitly)
This commit is contained in:
Gaute Lindkvist
2019-10-18 14:23:16 +02:00
parent aef0e0a70f
commit a48f4903ea
3 changed files with 18 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ RimWellAllocationPlot::RimWellAllocationPlot()
m_accumulatedWellFlowPlot->setAvailableDepthUnits( {} );
m_accumulatedWellFlowPlot->setAvailableDepthTypes(
{RimWellLogPlot::CONNECTION_NUMBER, RimWellLogPlot::TRUE_VERTICAL_DEPTH, RimWellLogPlot::PSEUDO_LENGTH} );
m_accumulatedWellFlowPlot->setCommonDataSourceEnabled( false );
}
//--------------------------------------------------------------------------------------------------