Skip to content

Commit

Permalink
#10011 Make sure all grid cases are visible in RFT data source
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jun 6, 2023
1 parent 5985f17 commit a784475
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ std::vector<RimEclipseResultCase*> RimWellPlotTools::gridCasesForWell( const QSt
if ( eclCase->eclipseCaseData()->findSimWellData( simWellName ) )
{
cases.push_back( resultCase );
break;
}
}
}
Expand Down

0 comments on commit a784475

Please sign in to comment.