mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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