Skip to content

Commit

Permalink
Update examples/arkode/C_serial/lsrk_analytic.c
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
maggul and drreynolds authored Jul 18, 2024
1 parent 1bd14c0 commit cf697f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arkode/C_serial/lsrk_analytic.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ int main(void)

/* Clean up and return */
N_VDestroy(y); /* Free y vector */
ARKStepFree(&arkode_mem); /* Free integrator memory */
ARKodeFree(&arkode_mem); /* Free integrator memory */
SUNContext_Free(&ctx); /* Free context */

return flag;
Expand Down

0 comments on commit cf697f2

Please sign in to comment.