Merge pull request #343 from akva2/janitoring
quell unhandled value in switch warning
This commit is contained in:
commit
02f7359570
@ -436,7 +436,6 @@ public:
|
||||
throw std::logic_error("Not implemented: relativePermeabilities() option for unknown EclMultiplexerApproach (="
|
||||
+ std::to_string(params.approach()) + ")");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*!
|
||||
@ -500,6 +499,8 @@ public:
|
||||
TwoPhaseMaterial::updateHysteresis(params.template getRealParams<EclTwoPhaseApproach>(),
|
||||
fluidState);
|
||||
break;
|
||||
case EclOnePhaseApproach:
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user