Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Oct 30, 2024
1 parent f16198c commit bf07627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arkode/arkode_mristep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2417,8 +2417,8 @@ int mriStep_TakeStepMRISR(ARKodeMem ark_mem, sunrealtype* dsmPtr, int* nflagPtr)
ark_mem->ycur);
if (retval != ARK_SUCCESS)
{
arkProcessError(ark_mem, ARK_INNERSTEP_FAIL, __LINE__, __func__, __FILE__,
"Unable to reset the inner stepper");
arkProcessError(ark_mem, ARK_INNERSTEP_FAIL, __LINE__, __func__,
__FILE__, "Unable to reset the inner stepper");
return (ARK_INNERSTEP_FAIL);
}
}
Expand Down

0 comments on commit bf07627

Please sign in to comment.