Skip to content

Commit 5150d54

Browse files
committed
PunctureTracker: add READS to workaround poison for puncture arrrays
1 parent b3377c1 commit 5150d54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PunctureTracker/schedule.ccl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ SCHEDULE PunctureTracker_Setup IN PunctureTracker_SetupGroup
2323
OPTIONS: GLOBAL
2424
READS: pt_loc
2525
READS: pt_vel
26+
READS: BoxInBox::positions
2627
WRITES: BoxInBox::positions
2728
} "Calculate initial location of punctures"
2829

@@ -31,6 +32,9 @@ SCHEDULE PunctureTracker_Track AT evol AFTER ODESolvers_Solve
3132
LANG: C
3233
OPTIONS: GLOBAL
3334
READS: ADMBaseX::shift(everywhere)
35+
READS: pt_loc
36+
READS: pt_vel
37+
READS: BoxInBox::positions
3438
WRITES: pt_loc
3539
WRITES: pt_vel
3640
WRITES: BoxInBox::positions

0 commit comments

Comments
 (0)