Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Oct 28, 2024
1 parent e28b699 commit bdb9cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arkode/arkode_mristep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ int mriStep_StageERKFast(ARKodeMem ark_mem, ARKodeMRIStepMem step_mem,
return (ARK_INNERSTEP_FAIL);
}

/* for normal stages with MRI adaptivity enabled, get an
/* for normal stages (i.e., not the embedding) with MRI adaptivity enabled, get an
estimate for the fast time scale error */
if (get_inner_dsm)
{
Expand Down

0 comments on commit bdb9cf7

Please sign in to comment.