Skip to content

Commit

Permalink
Deprecated ARKStepWriteButcher
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Apr 27, 2024
1 parent 24e7e8f commit e0814d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4030,8 +4030,10 @@ General usability functions
for this pointer, since tables for all processes would be
identical.
.. deprecated:: x.y.z
Use :c:func:`ARKStepGetCurrentButcherTables` and :c:func:`ARKodeButcherTable_Write`
instead.
Expand Down
3 changes: 2 additions & 1 deletion include/arkode/arkode_arkstep.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ char* ARKStepGetReturnFlagName(long int flag);
SUNDIALS_DEPRECATED_EXPORT_MSG("use ARKodeWriteParameters instead")
int ARKStepWriteParameters(void* arkode_mem, FILE* fp);

SUNDIALS_EXPORT int ARKStepWriteButcher(void* arkode_mem, FILE* fp);
SUNDIALS_DEPRECATED_EXPORT_MSG("use ARKStepGetCurrentButcherTables and ARKodeButcherTable_Write instead")
int ARKStepWriteButcher(void* arkode_mem, FILE* fp);

/* Grouped optional output functions */
SUNDIALS_EXPORT int ARKStepGetTimestepperStats(
Expand Down

0 comments on commit e0814d3

Please sign in to comment.