#3464 Well Path Export. Use formmatter to export data. Several formatting issues

This commit is contained in:
Bjørn Erik Jensen
2018-11-01 10:04:50 +01:00
parent 2bd70b705e
commit f90fed9aa1
3 changed files with 45 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ void RicfExportWellPaths::execute()
{
if (wellPath)
{
feature->exportWellPath(wellPath, m_mdStepSize, exportFolder);
feature->exportWellPath(wellPath, m_mdStepSize, exportFolder, false);
}
}
}