#817 #815 Improved commands for xyz - slices intersection boxes.

This commit is contained in:
Jacob Støren
2016-09-28 12:39:43 +02:00
parent c84b7ab6d9
commit fa6a6b4f08
10 changed files with 89 additions and 147 deletions

View File

@@ -161,13 +161,3 @@ bool RimIntersectionBoxCollection::hasActiveCrossSectionForSimulationWell(RimEcl
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimIntersectionBoxCollection::initialize()
{
for (auto intersectionBox : m_intersectionBoxes())
{
intersectionBox->initialize();
}
}