From dae7ed91572679a7d0ba0c6472877bdb2edb3764 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 15 Nov 2022 12:56:57 -0500 Subject: [PATCH] Added FRAGMENTATION to the param file writer --- python/swiftest/swiftest/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/swiftest/swiftest/io.py b/python/swiftest/swiftest/io.py index 64c4dc4a1..ead04cc95 100644 --- a/python/swiftest/swiftest/io.py +++ b/python/swiftest/swiftest/io.py @@ -428,6 +428,7 @@ def write_labeled_param(param, param_file_name): 'TU2S', 'DU2M', 'GMTINY', + 'FRAGMENTATION' 'MIN_GMFRAG', 'RESTART'] ptmp = param.copy()