Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ParmParse
queryAddWithParser
No Const (#4285)
## Summary `ParmParse::queryAddWithParser` might manipulate the internal state and should not be a const method. These parser functions might need a unit test in AMReX? ## Additional background First seen in ECP-WarpX/impactx#743 ## Checklist The proposed changes: - [x] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [ ] include documentation in the code and/or rst files, if appropriate
- Loading branch information