mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Import of grid models: Support mix of lower and upper case letters in file name
* #9529 libecl: Allow mix of upper and lower case in file names
This commit is contained in:
parent
16239cd80c
commit
4e51516a96
6
ThirdParty/Ert/lib/ecl/ecl_util.cpp
vendored
6
ThirdParty/Ert/lib/ecl/ecl_util.cpp
vendored
@ -355,7 +355,11 @@ static bool valid_base(const char * input_base, bool * upper_case) {
|
||||
|
||||
if (upper_case)
|
||||
*upper_case = upper;
|
||||
return !(lower && upper);
|
||||
|
||||
// Disable checking of mixed upper and lower case
|
||||
// https://github.com/OPM/ResInsight/issues/9529
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user