mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2088 Curve Calculator : Ask user to calculate curves when expression has changed
This commit is contained in:
@@ -113,14 +113,7 @@ void RimSummaryCalculationCollection::deleteCalculation(RimSummaryCalculation* c
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RimSummaryCalculation*> RimSummaryCalculationCollection::calculations() const
|
||||
{
|
||||
std::vector<RimSummaryCalculation*> calcs;
|
||||
|
||||
for (auto c : m_calcuations)
|
||||
{
|
||||
calcs.push_back(c);
|
||||
}
|
||||
|
||||
return calcs;
|
||||
return m_calcuations.childObjects();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user