Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
gardner48 and drreynolds authored Jul 13, 2023
1 parent 66cf712 commit a083b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A potential bug was fixed when using inequality constraint handling and
calling `ARKStepGetEstLocalErrors` or `ERKStepGetEstLocalErrors` after a failed
step in which an inequality constraint violation occurred. In this case, the
values returned by `ARKStepGetEstLocalErrors` or `ERKStepGetEstLocalErrors` may
be invalid.
have been invalid.

## Changes to SUNDIALS in release 6.5.1

Expand Down
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ A potential bug was fixed when using inequality constraint handling and
calling :c:func:`ARKStepGetEstLocalErrors` or :c:func:`ERKStepGetEstLocalErrors`
after a failed step in which an inequality constraint violation occurred. In
this case, the values returned by :c:func:`ARKStepGetEstLocalErrors` or
:c:func:`ERKStepGetEstLocalErrors` may be invalid.
:c:func:`ERKStepGetEstLocalErrors` may have been invalid.

Changes in v5.5.1
-----------------
Expand Down

0 comments on commit a083b34

Please sign in to comment.