From a0aa03dc071640cdec2c1efbb70d7393c3724a17 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 15 Nov 2022 08:27:17 -0500 Subject: [PATCH] Removed duplicate dictionary entry --- python/swiftest/swiftest/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/swiftest/swiftest/io.py b/python/swiftest/swiftest/io.py index 8c93e2e7d..64c4dc4a1 100644 --- a/python/swiftest/swiftest/io.py +++ b/python/swiftest/swiftest/io.py @@ -295,7 +295,6 @@ def read_swift_param(param_file_name, startfile="swift.in", verbose=True): 'DTOUT': 0.0, 'DTDUMP': 0.0, 'L1': "F", - 'L1': "F", 'L2': "F", 'L3': "F", 'L4': "F",