mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 15:43:07 -06:00
Fix warning
This commit is contained in:
parent
02844bc49f
commit
ccd196b52c
@ -2361,7 +2361,7 @@ std::vector<SubSegmentIntersectionInfo> spiltIntersectionSegmentsToMaxLength(con
|
||||
|
||||
if (!pathGeometry) return out;
|
||||
|
||||
for (int i = 0; i < intersections.size(); i++)
|
||||
for (size_t i = 0; i < intersections.size(); i++)
|
||||
{
|
||||
const auto& intersection = intersections[i];
|
||||
double segLen = intersection.endMD - intersection.startMD;
|
||||
|
Loading…
Reference in New Issue
Block a user