Mark riNncCess as integer result

This commit is contained in:
Magne Sjaastad
2023-12-07 08:11:50 +01:00
parent 81ab903151
commit acc4477764

View File

@@ -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 );
}
}