#3409 Add time dependent mat to frac dP option

This commit is contained in:
Gaute Lindkvist
2018-09-25 10:12:45 +02:00
parent df2c3c4819
commit 301e05caa0
9 changed files with 250 additions and 191 deletions

View File

@@ -112,9 +112,9 @@ void RimEclipseStatisticsCaseEvaluator::evaluateForResults(const QList<ResSpec>&
if (activeCellCount > 0)
{
for (size_t i = 0; i < statisticalResultNames.size(); ++i)
for (size_t j = 0; j < statisticalResultNames.size(); ++j)
{
addNamedResult(destCellResultsData, resultType, statisticalResultNames[i], activeCellCount);
addNamedResult(destCellResultsData, resultType, statisticalResultNames[j], activeCellCount);
}
}
}