Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify checkAngle function to allow non-default rtol #26

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

JasonBernstein1
Copy link
Contributor

The checkAngle function currently uses a fixed relative tolerance (rtol) of 0, even if a user specifies a different rtol value as an argument to the function. This pull request replaces the fixed, default value of rtol with the user-supplied value.

@aperloff aperloff merged commit 8d4acea into LLNL:main Sep 12, 2024
5 checks passed
@JasonBernstein1 JasonBernstein1 deleted the modify-checkAngle branch September 13, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants