mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8099 Result Mapping: Move result definitions into sub folders
This commit is contained in:
@@ -520,26 +520,6 @@ void RimGridView::clearReservoirCellVisibilities()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGridView::addRequiredUiTreeObjects( caf::PdmUiTreeOrdering& uiTreeOrdering )
|
||||
{
|
||||
{
|
||||
std::vector<RimIntersection*> intersections;
|
||||
|
||||
this->descendantsIncludingThisOfType( intersections );
|
||||
if ( !intersections.empty() )
|
||||
{
|
||||
uiTreeOrdering.add( &m_intersectionResultDefCollection );
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
std::vector<RimSurfaceInView*> surfaces;
|
||||
|
||||
this->descendantsIncludingThisOfType( surfaces );
|
||||
if ( !surfaces.empty() )
|
||||
{
|
||||
uiTreeOrdering.add( &m_surfaceResultDefCollection );
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
RimWellPathCollection* wellPathCollection = RimTools::wellPathCollection();
|
||||
if ( wellPathCollection )
|
||||
|
||||
Reference in New Issue
Block a user