mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1888 Curve appearance. Get curves from curve collection instead of other curve list
This commit is contained in:
parent
ca7ebe16e6
commit
f3dc48c59a
@ -455,7 +455,7 @@ std::vector<RimSummaryCurve*> RimSummaryPlot::summaryCurves() const
|
||||
{
|
||||
std::vector<RimSummaryCurve*> curves;
|
||||
curves.reserve(m_summaryCurves.size());
|
||||
for (const auto& curve : m_summaryCurves)
|
||||
for (const auto& curve : m_summaryCurveCollection->curves())
|
||||
{
|
||||
curves.push_back(curve);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user