mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Guard time history curve creation (Result Plot) from combined results.
This commit is contained in:
parent
0a58a752ff
commit
4bc465e096
@ -109,9 +109,10 @@ void RiuSelectionChangedHandler::addCurveFromSelectionItem(const RiuEclipseSelec
|
||||
|
||||
return;
|
||||
}
|
||||
else if (eclipseView->cellResult()->hasDynamicResult() &&
|
||||
eclipseView->eclipseCase() &&
|
||||
eclipseView->eclipseCase()->eclipseCaseData())
|
||||
else if (eclipseView->cellResult()->hasDynamicResult()
|
||||
&& !RimDefines::isPerCellFaceResult(eclipseView->cellResult()->resultVariable())
|
||||
&& eclipseView->eclipseCase()
|
||||
&& eclipseView->eclipseCase()->eclipseCaseData())
|
||||
{
|
||||
RifReaderInterface::PorosityModelResultType porosityModel = RigCaseCellResultsData::convertFromProjectModelPorosityModel(eclipseView->cellResult()->porosityModel());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user