mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-19 01:24:53 -05:00
Mark riNncCess as integer result
This commit is contained in:
@@ -1120,7 +1120,9 @@ void RigCaseCellResultsData::createPlaceholderResultEntries()
|
||||
|
||||
// NNC cells, 1 for cells with NNC and 0 for other cells
|
||||
{
|
||||
findOrCreateScalarResultIndex( RigEclipseResultAddress( RiaDefines::ResultCatType::STATIC_NATIVE, RiaResultNames::riNncCells() ),
|
||||
findOrCreateScalarResultIndex( RigEclipseResultAddress( RiaDefines::ResultCatType::STATIC_NATIVE,
|
||||
RiaDefines::ResultDataType::INTEGER,
|
||||
RiaResultNames::riNncCells() ),
|
||||
needsToBeStored );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user