System : Add missing default statements

This commit is contained in:
Magne Sjaastad
2018-02-23 22:39:14 +01:00
parent 245ea2dac2
commit ae064463a9
3 changed files with 14 additions and 9 deletions

View File

@@ -138,6 +138,8 @@ double RigCombMultResultAccessor::nativeMultScalar(size_t gridLocalCellIndex, cv
}
break;
}
default:
break;
}
// FaceScalar with value HUGE_VAL means value outside valid IJK-range. Clamp to 1.0 as this means no change in MULT factor.