#4259 Tweaks to Export Sector Model UI

This commit is contained in:
Gaute Lindkvist
2019-04-01 14:15:50 +02:00
parent 29e2305c05
commit e2278493ad
4 changed files with 60 additions and 68 deletions

View File

@@ -109,7 +109,7 @@ void RicfExportVisibleCells::execute()
void RicfExportVisibleCells::buildExportSettings(const QString& exportFolder, RicExportEclipseSectorModelUi* exportSettings)
{
QDir baseDir(exportFolder);
exportSettings->exportResultsFilename = baseDir.absoluteFilePath(QString("%1.grdecl").arg(m_exportKeyword().text()));
exportSettings->exportParametersFilename = baseDir.absoluteFilePath(QString("%1.grdecl").arg(m_exportKeyword().text()));
/*
if (m_exportKeyword == ExportKeyword::FLUXNUM)