Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo that kept helio from being run
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 23, 2022
1 parent 45b1064 commit 26d0bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/swiftest/swiftest_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,13 @@ module subroutine swiftest_io_get_args(integrator, param_file_name, display_styl
else if (narg >= 2) then
call swiftest_io_toupper(arg(1))
select case(arg(1))
case('INT_BS')
case('BS')
integrator = INT_BS
case('INT_HELIO')
case('HELIO')
integrator = INT_HELIO
case('INT_RA15')
case('RA15')
integrator = INT_RA15
case('INT_TU4')
case('TU4')
integrator = INT_TU4
case('WHM')
integrator = INT_WHM
Expand Down

0 comments on commit 26d0bbb

Please sign in to comment.