Skip to content

Commit

Permalink
Bugfix: Correct typo in example comment (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 authored Jun 26, 2024
1 parent c0555cf commit 0749c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arkode/C_serial/ark_reaction_diffusion_mri.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int main(void)
if (check_retval(&retval, "SetInitialCondition", 1)) { return 1; }

/*
* Create the slow integrator and set options
* Create the fast integrator and set options
*/

/* Initialize the fast integrator. Specify the explicit fast right-hand side
Expand Down

0 comments on commit 0749c81

Please sign in to comment.