Skip to content

Commit

Permalink
more.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Jan 12, 2025
1 parent bd6d60e commit 09ad547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ regression_tests/*/rt
regression_tests/*/m
regression_tests/bbu_test/bunch_vec.txt
regression_tests/bookkeeper_test/lat2.bmad
regression_tests/bookkeeper_test/lat3.bmad
regression_tests/envelope_ibs_test/emit_from_integrals.out
regression_tests/envelope_ibs_test/emit_vs_turn.out
regression_tests/envelope_ibs_test/one_turn_mat_from_slices.diag
Expand Down
4 changes: 2 additions & 2 deletions regression_tests/bookkeeper_test/bookkeeper_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ program bookkeeper_test
!----------------------------------------------------------------------

call bmad_parser('bookkeeper_test3.bmad', lat)
call write_bmad_lattice_file('lat2.bmad', lat)
call bmad_parser('lat2.bmad', lat2)
call write_bmad_lattice_file('lat3.bmad', lat)
call bmad_parser('lat3.bmad', lat2)

do i = 1, 3
ele => lat%ele(i); mater => ele%foil%material
Expand Down

0 comments on commit 09ad547

Please sign in to comment.