From 10d9876c27aa61ae7a31dc83b7061d2a9dbc0ab2 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 6 Aug 2021 14:31:51 -0400 Subject: [PATCH] Removed MTINY and the non-implemented YARKOVSKY and YORP flags from the default param list --- python/swiftest/swiftest/simulation_class.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/swiftest/swiftest/simulation_class.py b/python/swiftest/swiftest/simulation_class.py index 670b72a60..30719a7db 100644 --- a/python/swiftest/swiftest/simulation_class.py +++ b/python/swiftest/swiftest/simulation_class.py @@ -45,9 +45,6 @@ def __init__(self, codename="Swiftest", param_file=""): 'TIDES': "NO", 'ENERGY': "NO", 'GR': "NO", - 'YARKOVSKY': "NO", - 'YORP': "NO", - 'MTINY' : "0.0" } self.codename = codename if param_file != "" :