Skip to content

Commit

Permalink
Z4co: turn on support for 8th order FD
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Sep 10, 2024
1 parent 30d2ab7 commit 6de2996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Z4co/src/initial2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ extern "C" void Z4co_Initial2(CCTK_ARGUMENTS) {
case 6:
calc_deriv = &Derivs::calc_deriv<6>;
break;
case 8:
calc_deriv = &Derivs::calc_deriv<8>;
break;
default:
assert(0);
}
Expand Down

0 comments on commit 6de2996

Please sign in to comment.