AMReX-Codes / regression_testing

The regression test routines for AMReX applications
BSD 3-Clause "New" or "Revised" License
5 stars 24 forks source link

Case insensitivity for link?File and aux?File #137

Closed n8xm closed 4 months ago

n8xm commented 4 months ago

When specifying a softlinked / copied file, link?File / aux?File are now case insensitive. This is consistent with ConfigParser's default behavior, which is that "keys in sections are case-insensitive."