AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
553 stars 352 forks source link

Fix ParmParse::query_enum_case_insensitive #4144

Closed WeiqunZhang closed 2 months ago

WeiqunZhang commented 2 months ago

Since #4143, we can no longer cast the position of the found string in the vector of all names to obtain its enum value, because the enum values can now have duplicates.