mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Extend reservoir element set to active cells in under/overburden
Fix fault extension if both sides start or end at same depth
This commit is contained in:
@@ -342,6 +342,7 @@ void RimFaultReactivationModel::updateVisualization()
|
||||
m_2Dmodel->setPartColors( m_modelPart1Color, m_modelPart2Color );
|
||||
m_2Dmodel->setGenerator( generator );
|
||||
m_2Dmodel->updateGeometry( m_startCellIndex, (cvf::StructGridInterface::FaceType)m_startCellFace() );
|
||||
m_2Dmodel->postProcessElementSets( eclipseCase() );
|
||||
|
||||
view->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user