#1717 Implement exportSimWellCompletions for command file interface

This commit is contained in:
Bjørnar Grip Fjær
2017-08-02 09:51:56 +02:00
parent aa1d7775a4
commit a06ae58f83
4 changed files with 185 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ void RicfExportWellPathCompletions::execute()
{
wellPaths.push_back(wellPath);
}
else
{
RiaLogging::warning(QString("exportWellPathCompletions: Could not find well path with name %1").arg(wellPathName));
}
}
}