mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3134 Ensemble parameters import. Search 3 folder levels up. Improved warning message
This commit is contained in:
@@ -319,7 +319,7 @@ void RifCaseRealizationRunspecificationReader::closeDataStream()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RifCaseRealizationParametersFileLocator::locate(const QString& modelPath)
|
||||
{
|
||||
int MAX_LEVELS_UP = 2;
|
||||
int MAX_LEVELS_UP = 3;
|
||||
int dirLevel = 0;
|
||||
|
||||
QDir qdir(modelPath);
|
||||
|
||||
Reference in New Issue
Block a user