Skip to content

Commit

Permalink
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
maggul and drreynolds authored Sep 11, 2024
1 parent cf9ad4f commit 5e3f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Optional output functions

.. c:function:: int LSRKStepGetMaxStageNum(void* arkode_mem, int* stagemax);
Returns the max number of stages taken (so far).
Returns the max number of stages taken in any single step (so far).

**Arguments:**
* *arkode_mem* -- pointer to the LSRKStep memory block.
Expand Down

0 comments on commit 5e3f41e

Please sign in to comment.