From 3182b2154b9a3311e2b60d395052fed635158dbb Mon Sep 17 00:00:00 2001 From: David A Minton Date: Mon, 9 Aug 2021 06:18:59 -0400 Subject: [PATCH] Added the discard output file to the default parameter list --- python/swiftest/swiftest/simulation_class.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/swiftest/swiftest/simulation_class.py b/python/swiftest/swiftest/simulation_class.py index 30719a7db..05b6896b1 100644 --- a/python/swiftest/swiftest/simulation_class.py +++ b/python/swiftest/swiftest/simulation_class.py @@ -37,6 +37,7 @@ def __init__(self, codename="Swiftest", param_file=""): 'TU2S': constants.JD2S, 'DU2M': constants.AU2M, 'EXTRA_FORCE': "NO", + 'DISCARD_OUT': "discard.out", 'BIG_DISCARD': "NO", 'CHK_CLOSE': "YES", 'RHILL_PRESENT': "YES",