mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2402 Fracture : Add support for multiple conductivities on a template
This commit is contained in:
@@ -199,7 +199,7 @@ RimLegendConfig* RimStimPlanColors::activeLegend() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimStimPlanColors::resultName() const
|
||||
QString RimStimPlanColors::uiResultName() const
|
||||
{
|
||||
return RimStimPlanColors::toResultName(m_resultNameAndUnit());
|
||||
}
|
||||
@@ -243,7 +243,7 @@ void RimStimPlanColors::updateLegendData()
|
||||
|
||||
RimFractureTemplateCollection* fracTemplateColl = fractureTemplateCollection();
|
||||
|
||||
fracTemplateColl->computeMinMax(resultName(), unit(), &minValue, &maxValue, &posClosestToZero, &negClosestToZero);
|
||||
fracTemplateColl->computeMinMax(uiResultName(), unit(), &minValue, &maxValue, &posClosestToZero, &negClosestToZero);
|
||||
|
||||
if (minValue != HUGE_VAL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user