mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
#10415 Producer/Injector connectivity: Make sure all wells are visible by default
This commit is contained in:
parent
f8fd72c823
commit
aff2e7158f
@ -125,7 +125,7 @@ RimWellConnectivityTable::RimWellConnectivityTable()
|
||||
m_case.uiCapability()->setUiTreeChildrenHidden( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_cellFilterView, "VisibleCellView", "Filter by 3D View" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_viewFilterType, "ViewFilterType", "Filter type" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_viewFilterType, "ViewFilterType", " Filter type" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_flowDiagSolution, "FlowDiagSolution", "Flow Diag Solution" );
|
||||
m_flowDiagSolution.uiCapability()->setUiHidden( true );
|
||||
@ -214,8 +214,7 @@ void RimWellConnectivityTable::setFromSimulationWell( RimSimWellInView* simWell
|
||||
auto eclView = simWell->firstAncestorOrThisOfType<RimEclipseView>();
|
||||
auto eclCase = simWell->firstAncestorOrThisOfType<RimEclipseResultCase>();
|
||||
|
||||
m_cellFilterView = eclView;
|
||||
m_case = eclCase;
|
||||
m_case = eclCase;
|
||||
|
||||
// Set valid single time step and time step range selections based on case
|
||||
setValidTimeStepSelectionsForCase();
|
||||
|
Loading…
Reference in New Issue
Block a user