Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Sep 30, 2024
1 parent 9048733 commit b6b9251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/arkode/arkode_lsrkstep.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ SUNDIALS_EXPORT int LSRKStepSetSSPStageNum(void* arkode_mem, int num_of_stages);

/* Optional output functions */

SUNDIALS_EXPORT int LSRKStepGetNumRhsEvals(void* arkode_mem, int num_rhs_fn, long int* f_evals);
SUNDIALS_EXPORT int LSRKStepGetNumRhsEvals(void* arkode_mem, int num_rhs_fn,
long int* f_evals);

SUNDIALS_EXPORT int LSRKStepGetNumDomEigUpdates(void* arkode_mem,
long int* num_dom_eig_updates);
Expand Down

0 comments on commit b6b9251

Please sign in to comment.