mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
PLT plot. Fix observed-data-even-if-no-selected-well issue
This commit is contained in:
parent
95a5085ba0
commit
444ad2ff90
@ -524,7 +524,7 @@ std::vector<RimWellLogFile*> RimWellPltPlot::wellLogFilesContainingFlow(const QS
|
||||
size_t timeStepCount = timeStepsFromWellLogFile(file).size();
|
||||
|
||||
if (timeStepCount == 0) continue;
|
||||
if(RiaWellNameComparer::tryFindMatchingWellPath(file->wellName()).isEmpty()) continue;
|
||||
if(RiaWellNameComparer::tryFindMatchingWellPath(wellPathName).isEmpty()) continue;
|
||||
|
||||
if (hasFlowData(file))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user