mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix GCC build error
This commit is contained in:
parent
96760884d1
commit
dbcdd4dde0
@ -48,7 +48,7 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::findCell
|
|||||||
size_t cellIndex;
|
size_t cellIndex;
|
||||||
WellPathCellDirection direction;
|
WellPathCellDirection direction;
|
||||||
|
|
||||||
auto& intersection = intersections.cbegin();
|
auto intersection = intersections.cbegin();
|
||||||
|
|
||||||
if (includeStartCell)
|
if (includeStartCell)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user