mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2091 Cross Plot : Rename to using X or Y as postfix to interface
This commit is contained in:
@@ -65,7 +65,7 @@ QString RimSummaryCurveAutoName::curveName(const RifEclipseSummaryAddress& summa
|
||||
|
||||
if (m_unit && summaryCurve)
|
||||
{
|
||||
text += "[" + summaryCurve->unitName() + "]";
|
||||
text += "[" + summaryCurve->unitNameY() + "]";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -179,10 +179,10 @@ QString RimSummaryCurveAutoName::curveName(const RifEclipseSummaryAddress& summa
|
||||
{
|
||||
if (m_caseName)
|
||||
{
|
||||
if (summaryCurve && summaryCurve->summaryCase())
|
||||
if (summaryCurve && summaryCurve->summaryCaseY())
|
||||
{
|
||||
if (text.size() > 0) text += ", ";
|
||||
text += summaryCurve->summaryCase()->caseName().toStdString();
|
||||
text += summaryCurve->summaryCaseY()->caseName().toStdString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user