mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2298 Fracture. Fix build error
This commit is contained in:
parent
70a3df3b3c
commit
fb0880aadb
@ -205,6 +205,8 @@ void RimLegendConfig::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
|||||||
view->updateCurrentTimeStepAndRedraw();
|
view->updateCurrentTimeStepAndRedraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||||
|
|
||||||
// Update stim plan templates if relevant
|
// Update stim plan templates if relevant
|
||||||
RimStimPlanColors* stimPlanColors;
|
RimStimPlanColors* stimPlanColors;
|
||||||
firstAncestorOrThisOfType(stimPlanColors);
|
firstAncestorOrThisOfType(stimPlanColors);
|
||||||
@ -212,7 +214,7 @@ void RimLegendConfig::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
|||||||
{
|
{
|
||||||
stimPlanColors->updateStimPlanTemplates();
|
stimPlanColors->updateStimPlanTemplates();
|
||||||
}
|
}
|
||||||
|
#endif // USE_PROTOTYPE_FEATURE_FRACTURES
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user