Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jun 20, 2024
1 parent 8c62115 commit 9614db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arkode/arkode_erkstep.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ int erkStep_TakeStep(ARKodeMem ark_mem, sunrealtype* dsmPtr, int* nflagPtr)
/* Set current stage time(s) */
ark_mem->tcur = ark_mem->tn + step_mem->B->c[is] * ark_mem->h;

SUNLogInfo(ARK_LOGGER, __func__, "begin-stage",
"stage = %i, tcur = %" RSYM, is, ark_mem->tcur);
SUNLogInfo(ARK_LOGGER, __func__, "begin-stage", "stage = %i, tcur = %" RSYM,
is, ark_mem->tcur);

/* Set ycur to current stage solution */
nvec = 0;
Expand Down

0 comments on commit 9614db8

Please sign in to comment.