mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo in fault id parameter, send correct id to processing
This commit is contained in:
parent
66b2b50a1d
commit
5dd7822b5f
@ -33,7 +33,7 @@ void RicRunAdvFaultReactAssessment3dFeature::onActionTriggered( bool isChecked )
|
||||
QString faultName = userData.toString();
|
||||
|
||||
int faultID = faultIDFromName( faultName );
|
||||
if ( faultID >= 0 ) runAdvancedProcessing( selectedFaultID() );
|
||||
if ( faultID >= 0 ) runAdvancedProcessing( faultID );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user