mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1052 Improved the result variable text a bit for Flow Diag Results
This commit is contained in:
parent
5aed8ea939
commit
6d498cce98
@ -35,12 +35,12 @@ std::string RigFlowDiagResultAddress::uiText()
|
||||
std::string uiVarname = variableName;
|
||||
|
||||
std::string uitext = uiVarname;
|
||||
uitext += "(";
|
||||
uitext += " (";
|
||||
for (const std::string& tracerName : selectedTracerNames)
|
||||
{
|
||||
uitext += " " + tracerName;
|
||||
}
|
||||
uitext += ")";
|
||||
uitext += " )";
|
||||
return uitext;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user