Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/trrun.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5905,7 +5905,7 @@ subroutine BB_Write(turn, orbit0, z, dynap)
logical, intent(In) :: dynap
integer :: i, j

double precision, intent(IN) :: orbit0(6), z(6,N_macro_surv)
double precision, intent(IN) :: orbit0(6), z(6,*)

!if (bb_sxy_update) !hrr Dec 2021 checkpoint_restart must not depend on bb_sxy_update
if (.not. dynap) then
Expand Down