From 7c8e87798775be79865462fdcc7afc49be336f79 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Mon, 21 Jun 2021 16:24:15 -0400 Subject: [PATCH] No longer require Hill's radius to be present in SyMBA input files --- src/main/swiftest_symba.f90 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/swiftest_symba.f90 b/src/main/swiftest_symba.f90 index 848620106..931171d53 100644 --- a/src/main/swiftest_symba.f90 +++ b/src/main/swiftest_symba.f90 @@ -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)