From 23844e3b78fe492144ef0fe7696a952cf99c0017 Mon Sep 17 00:00:00 2001 From: Rebecca Cox Date: Thu, 7 Dec 2017 09:31:13 +0100 Subject: [PATCH] Fix compile warning --- ApplicationCode/ProjectDataModel/RimWellPath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellPath.cpp b/ApplicationCode/ProjectDataModel/RimWellPath.cpp index 966b0b0d89..a8a2ac7540 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPath.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellPath.cpp @@ -739,6 +739,7 @@ bool RimWellPath::reloadWellPathFormationsFile(QString* errorMessage, RifWellPat if (caf::Utils::fileExists(m_wellPathFormationFilePath())) { m_wellPathFormations = wellPathFormationsImporter->reloadWellPathFormations(m_wellPathFormationFilePath(), m_formationKeyInFile()); + return true; } else {