#2141 : Fracture : Show conductivity result name from file

This commit is contained in:
Magne Sjaastad
2018-01-25 14:24:54 +01:00
parent 6ff354c7ec
commit aa6b657027
2 changed files with 5 additions and 3 deletions

View File

@@ -276,7 +276,9 @@ const QString RivWellFracturePartMgr::resultInfoText(const RimEclipseView& activ
// Conductivity
text.append("Result value: ");
text.append(stimPlanColors->uiResultName() + " ");
QString resultName = stimPlanTemplate->mapUiResultNameToFileResultName(stimPlanColors->uiResultName());
text.append(resultName + " ");
text.append(condValueText + "\n");
// Cell index