Fix GCC build error

This commit is contained in:
Bjørnar Grip Fjær 2017-05-26 14:52:01 +02:00
parent 96760884d1
commit dbcdd4dde0

View File

@ -48,7 +48,7 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::findCell
size_t cellIndex;
WellPathCellDirection direction;
auto& intersection = intersections.cbegin();
auto intersection = intersections.cbegin();
if (includeStartCell)
{