#2223 Well Formations: Rename to Well Picks where sensible

This commit is contained in:
Rebecca Cox
2017-12-05 14:10:30 +01:00
parent e344fcd47a
commit 5145d3f8a5
6 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ std::map<QString, cvf::ref<RigWellPathFormations>>
readFileIntoMap(filePath, &formations);
if (formations.empty())
{
RiaLogging::error(QString("Failed to parse %1 as well path formations").arg(filePath));
RiaLogging::error(QString("Failed to parse %1 as well picks").arg(filePath));
}
std::map<QString, std::vector<std::pair<double, QString>>>::iterator it;