Skip to content

Commit

Permalink
Z4c: Bug fix in schedule.ccl
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykalinani committed Oct 25, 2023
1 parent 9e673ff commit ad5b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Z4c/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ SCHEDULE Z4c_RHS IN Z4c_RHSGroup
} "Calculate Z4c RHS"

if (CCTK_Equals(boundary_conditions, "radiative")) {
SCHEDULE Z4c_apply_boundary_conditions IN Z4c_RHS AFTER Z4c_RHS
SCHEDULE Z4c_apply_boundary_conditions IN Z4c_RHSGroup AFTER Z4c_RHS
{
LANG: C
READS: chi(interior)
Expand Down

0 comments on commit ad5b080

Please sign in to comment.