mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2223 Well Formations: Rename to Well Picks where sensible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user