From 6222eb143e2fa7817824e4f16dc161eb74256281 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 27 Aug 2021 07:06:35 -0400 Subject: [PATCH] Removed the IN_FORM parameter for a swiftest2swifter conversion --- python/swiftest/swiftest/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/swiftest/swiftest/io.py b/python/swiftest/swiftest/io.py index 0b29bc5d5..a8c2daf08 100644 --- a/python/swiftest/swiftest/io.py +++ b/python/swiftest/swiftest/io.py @@ -5,7 +5,7 @@ import sys import tempfile -newfeaturelist = ("FRAGMENTATION", "ROTATION", "TIDES", "ENERGY", "GR", "YARKOVSKY", "YORP") +newfeaturelist = ("FRAGMENTATION", "ROTATION", "TIDES", "ENERGY", "GR", "YARKOVSKY", "YORP", "IN_FORM") def real2float(realstr): """