#2233, #2236 Fix some timestep related issues in RFT/PLT plot

Missing first grid timestep in RFT, and missing previous closest timestep if all available are before observed timesteps.
This commit is contained in:
Jacob Støren
2017-12-07 16:24:28 +01:00
parent cbeb248f6e
commit f0ad02bc37
4 changed files with 28 additions and 11 deletions

View File

@@ -431,7 +431,7 @@ std::set < RiaRftPltCurveDefinition > RimWellRftPlot::selectedCurveDefs() const
{
return RimWellPlotTools::curveDefsFromTimesteps(associatedSimWellName(),
m_selectedTimeSteps.v(),
{ RifEclipseRftAddress::PRESSURE },
true,
selectedSourcesExpanded());
}