Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fcompare: fix logic error when comparing both rel/abs tolerances (AMR…
…eX-Codes#1542) PR AMReX-Codes#1537 introduced the option to allow tolerance checks on both absolute and relative tolerances. However, the check used `and` instead of `or` to allow tests to pass when either absolute or relative error was below user-specified tolerance. ## 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 - [ ] are described in the proposed changes to the AMReX documentation, if appropriate
- Loading branch information