mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix data access crash when no temp is available
Change element node order
This commit is contained in:
@@ -264,12 +264,3 @@ void RigFaultReactivationModel::postProcessElementSets( const RimEclipseCase* eC
|
||||
m_3dparts[part]->postProcessElementSets( eCase->mainGrid(), cellInfo );
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RigFaultReactivationModel::flipNodeOrder( bool flipFW, bool flipHW )
|
||||
{
|
||||
if ( flipFW ) m_3dparts[GridPart::FW]->flipNodeOrder();
|
||||
if ( flipHW ) m_3dparts[GridPart::HW]->flipNodeOrder();
|
||||
}
|
||||
Reference in New Issue
Block a user