Skip to content

Commit

Permalink
More from Etienne.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Sep 16, 2024
1 parent 1bf5636 commit e4a7960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion regression_tests/write_foreign_test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
##files = ['write_foreign_test.mad8', 'write_foreign_test.madx', 'write_foreign_test.sad',
## 'write_foreign_test.lte', 'write_foreign_test.julia', 'write_foreign_test.opal']

files = ['write_foreign_test.mad8', 'write_foreign_test.madx', 'write_foreign_test.sad',
files = ['write_foreign_test.mad8', 'write_foreign_test.madx',
'write_foreign_test.lte', 'write_foreign_test.julia']

for file in files:
Expand Down
4 changes: 2 additions & 2 deletions regression_tests/write_foreign_test/write_foreign_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ program write_foreign_test
call file_suffixer(lat_file, out_file, 'madx.now', .true.)
call write_lattice_in_foreign_format ('MAD-X', out_file, lat)

call file_suffixer(lat_file, out_file, 'sad.now', .true.)
call write_lattice_in_foreign_format ('SAD', out_file, lat)
!call file_suffixer(lat_file, out_file, 'sad.now', .true.)
!call write_lattice_in_foreign_format ('SAD', out_file, lat)

call file_suffixer(lat_file, out_file, 'lte.now', .true.)
call write_lattice_in_foreign_format ('ELEGANT', out_file, lat)
Expand Down

0 comments on commit e4a7960

Please sign in to comment.