mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1114 WIP: Added field in Sim Well Collection, renamed a bit as preparations
This commit is contained in:
@@ -422,7 +422,7 @@ QString RimWellLogPlot::asciiDataForPlotExport() const
|
||||
}
|
||||
|
||||
|
||||
for (int i = curveDepths.size() -1; i >= 0; i--)
|
||||
for (int i = static_cast<int>( curveDepths.size()) - 1; i >= 0; i--)
|
||||
{
|
||||
if (i == curveDepths.size() - 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user