diff --git a/ApplicationCode/ProjectDataModel/RimWellLogTrack.cpp b/ApplicationCode/ProjectDataModel/RimWellLogTrack.cpp index cba11ab88c..5e361522f3 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogTrack.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogTrack.cpp @@ -889,7 +889,7 @@ RigEclipseWellLogExtractor* RimWellLogTrack::createSimWellExtractor(RimWellLogPl RimProject* proj = RiaApplication::instance()->project(); std::vector wellPaths = proj->simulationWellBranches(simWellName); - CVF_ASSERT(branchIndex < wellPaths.size()); + CVF_ASSERT(branchIndex < static_cast(wellPaths.size())); if (wellPaths.size() == 0) return nullptr;