#1114 WIP: Added field in Sim Well Collection, renamed a bit as preparations

This commit is contained in:
Jacob Støren
2017-03-13 11:05:46 +01:00
parent 3df05493d4
commit d34b4e3c05
10 changed files with 42 additions and 26 deletions
@@ -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)
{