mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3958 Refactoring: Removed result index from NNC data
This commit is contained in:
@@ -351,7 +351,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
size_t scalarResultIndex = rimCase->results(m_porosityModelEnum)->findOrLoadKnownScalarResult(QString("%1IJK").arg(propertyName));
|
||||
nncData->setScalarResultIndex(propertyName, scalarResultIndex);
|
||||
nncData->setScalarResultIndex(propertyName, RigEclipseResultAddress(scalarResultIndex));
|
||||
}
|
||||
|
||||
// Create a list of all the requested time steps
|
||||
|
||||
Reference in New Issue
Block a user