mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3464 Well Path Export. Use formmatter to export data. Several formatting issues
This commit is contained in:
@@ -70,7 +70,7 @@ void RicfExportWellPaths::execute()
|
||||
{
|
||||
if (wellPath)
|
||||
{
|
||||
feature->exportWellPath(wellPath, m_mdStepSize, exportFolder);
|
||||
feature->exportWellPath(wellPath, m_mdStepSize, exportFolder, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user