mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added riMULTXYZ and X,Y,Z
This commit is contained in:
@@ -649,7 +649,8 @@ void RivFaultPartMgr::updateNNCColors(RimResultSlot* cellResultSlot)
|
||||
|
||||
if (cellResultSlot
|
||||
&& ( cellResultSlot->resultVariable() == RimDefines::combinedTransmissibilityResultName()
|
||||
|| cellResultSlot->resultVariable() == RimDefines::combinedRiTransResultName()))
|
||||
|| cellResultSlot->resultVariable() == RimDefines::combinedRiTransResultName()
|
||||
|| cellResultSlot->resultVariable() == RimDefines::combinedRiMultResultName()) )
|
||||
{
|
||||
size_t scalarSetIndex = cellResultSlot->gridScalarIndex();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user