Skip to content

Commit

Permalink
Docs: Fix MRIStepSetOrder Min Order (#562)
Browse files Browse the repository at this point in the history
Update this documentation for `MRIStepSetOrder` from #439
where low order methods were added
  • Loading branch information
Steven-Roberts authored Sep 4, 2024
1 parent 8578bd3 commit 7f8c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Usage/MRIStep/User_callable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Optional inputs for IVP method selection
Select the default MRI method of a given order.
The default order is 3. An order less than 3 or greater than 4 will result in
The default order is 3. An order less than 1 or greater than 4 will result in
using the default.
**Arguments:**
Expand Down

0 comments on commit 7f8c35b

Please sign in to comment.