mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8031 Ensemble import dialog: rename to 'Group by ensemble'
This commit is contained in:
@@ -275,7 +275,7 @@ std::pair<QStringList, bool>
|
||||
// Remember the path to next time
|
||||
app->setLastUsedDialogDirectory( pathCacheName, QFileInfo( result.rootDir ).absoluteFilePath() );
|
||||
|
||||
return std::make_pair( result.files, result.groupByIteration );
|
||||
return std::make_pair( result.files, result.groupByEnsemble );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user