Skip to content

Commit

Permalink
replace NULL with SUN_COMM_NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Nov 15, 2023
1 parent 7d93083 commit 1b24df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/arkode/C_serial/ark_test_innerstepper.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int main(int argc, char *argv[])
* Create context
* -------------- */

flag = SUNContext_Create(NULL, &sunctx);
flag = SUNContext_Create(SUN_COMM_NULL, &sunctx);
if (flag) { return 1; }

/* -----------------------
Expand Down

0 comments on commit 1b24df2

Please sign in to comment.