mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Convert cross plots into summary plots
This commit is contained in:
@@ -1422,11 +1422,6 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
|
||||
uiTreeOrdering.add( m_mainPlotCollection->correlationPlotCollection() );
|
||||
}
|
||||
|
||||
if ( m_mainPlotCollection->summaryCrossPlotCollection() )
|
||||
{
|
||||
uiTreeOrdering.add( m_mainPlotCollection->summaryCrossPlotCollection() );
|
||||
}
|
||||
|
||||
if ( m_mainPlotCollection->summaryTableCollection() )
|
||||
{
|
||||
uiTreeOrdering.add( m_mainPlotCollection->summaryTableCollection() );
|
||||
|
||||
Reference in New Issue
Block a user