mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4483 Summary Plot: Fix well segment stepping
This commit is contained in:
@@ -993,7 +993,7 @@ bool RimSummaryPlotSourceStepping::updateAddressIfMatching(const QVariant&
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (category == RifEclipseSummaryAddress::SUMMARY_BLOCK || RifEclipseSummaryAddress::SUMMARY_WELL_COMPLETION)
|
else if (category == RifEclipseSummaryAddress::SUMMARY_BLOCK || category == RifEclipseSummaryAddress::SUMMARY_WELL_COMPLETION)
|
||||||
{
|
{
|
||||||
std::string oldString = oldValue.toString().toStdString();
|
std::string oldString = oldValue.toString().toStdString();
|
||||||
std::string newString = newValue.toString().toStdString();
|
std::string newString = newValue.toString().toStdString();
|
||||||
|
|||||||
Reference in New Issue
Block a user