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:
@@ -455,7 +455,7 @@ std::vector<RimSummaryCurve*> RimSummaryPlot::summaryCurves() const
|
|||||||
{
|
{
|
||||||
std::vector<RimSummaryCurve*> curves;
|
std::vector<RimSummaryCurve*> curves;
|
||||||
curves.reserve(m_summaryCurves.size());
|
curves.reserve(m_summaryCurves.size());
|
||||||
for (const auto& curve : m_summaryCurves)
|
for (const auto& curve : m_summaryCurveCollection->curves())
|
||||||
{
|
{
|
||||||
curves.push_back(curve);
|
curves.push_back(curve);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user