mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-31 00:38:14 -05:00
Fix GCC build error
This commit is contained in:
@@ -48,7 +48,7 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::findCell
|
||||
size_t cellIndex;
|
||||
WellPathCellDirection direction;
|
||||
|
||||
auto& intersection = intersections.cbegin();
|
||||
auto intersection = intersections.cbegin();
|
||||
|
||||
if (includeStartCell)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user