mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix a couple of Linux build warnings
This commit is contained in:
@@ -2132,7 +2132,7 @@ cvf::Vec2i RicWellPathExportCompletionDataFeatureImpl::wellPathUpperGridIntersec
|
||||
std::vector<WellPathCellIntersectionInfo> intersections =
|
||||
RigWellPathIntersectionTools::findCellIntersectionInfosAlongPath(caseData, coords, mds);
|
||||
|
||||
size_t gridId = 0;
|
||||
int gridId = 0;
|
||||
|
||||
if (!gridName.isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user