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

Commit

Permalink
No longer require Hill's radius to be present in SyMBA input files
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 21, 2021
1 parent 882231e commit 7c8e877
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/swiftest_symba.f90
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ program swiftest_symba
call param%read_from_file(inparfile)
param%lmtiny = .true. ! Turn this on for SyMBA

!^^^^^^^^^^^^^^^^^^^^^^^^^
if (.not. param%lrhill_present) then
write(*, *) "Swiftest error:"
write(*, *) " Integrator SyMBA requires massive body Hill sphere radii on input"
call util_exit(failure)
end if

! reads in initial conditions of all massive bodies from input file
call symba_read_pl_in(symba_plA, param)
call symba_tpA%helio%swiftest%read_from_file(param)
Expand Down

0 comments on commit 7c8e877

Please sign in to comment.