mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Geomech frames support (#9678)
Support for showing frames in geomech data.
This commit is contained in:
committed by
Magne Sjaastad
parent
05bf744197
commit
dc5d53ad20
@@ -260,7 +260,7 @@ void RimGeoMechContourMapView::updateGeometry()
|
||||
{ // Step 1: generate results. About 30% of the time.
|
||||
if ( m_contourMapProjection->isChecked() )
|
||||
{
|
||||
m_contourMapProjection->generateResultsIfNecessary( m_currentTimeStep() );
|
||||
m_contourMapProjection->generateResultsIfNecessary( m_currentTimeStep );
|
||||
}
|
||||
onUpdateLegends();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user