Fix compile warning

This commit is contained in:
Rebecca Cox 2017-12-07 09:31:13 +01:00
parent 48f9769eb7
commit 23844e3b78

View File

@ -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
{