Skip to content

Commit

Permalink
update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 10, 2024
1 parent 8b0f47a commit b1b5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/logging/test_logging_arkode_lsrkstep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int main(int argc, char* argv[])
else if (method == 4)
{
flag = LSRKStepSetSSPMethodByName(arkode_mem, "ARKODE_LSRK_SSP_S_3");
if (flag == 0) { flag = LSRKStepSetSSPStageNum(arkode_mem, 4); }
if (flag == 0) { flag = LSRKStepSetNumSSPStages(arkode_mem, 4); }
}
else if (method == 5)
{
Expand Down

0 comments on commit b1b5be2

Please sign in to comment.