Skip to content

Commit

Permalink
Update test/unit_tests/arkode/C_serial/ark_test_adapt.c
Browse files Browse the repository at this point in the history
Co-authored-by: David Gardner <[email protected]>
  • Loading branch information
Steven-Roberts and gardner48 authored Sep 11, 2024
1 parent a02ca62 commit 7d5161b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit_tests/arkode/C_serial/ark_test_adapt.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static int check_step(void* const arkode_mem, const N_Vector y,
{
fprintf(stderr, "Expected 0 local error failures at step %i but is %li\n",
step, local_err_fails);
return 1;
}

const N_Vector err = N_VClone(y);
Expand Down

0 comments on commit 7d5161b

Please sign in to comment.