From c8c07846577f804b031d316a3c1688e73474b3e1 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 1 Mar 2024 14:02:44 -0500 Subject: [PATCH] Updated doc string of the simulation_class to indicate that the rotation variable is default True --- swiftest/simulation_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftest/simulation_class.py b/swiftest/simulation_class.py index a7c2d0438..aec9d9d38 100644 --- a/swiftest/simulation_class.py +++ b/swiftest/simulation_class.py @@ -288,7 +288,7 @@ def __init__(self,read_param: bool = False, For instance, if the SFD of the collision would generated 300 fragments above the `minimum_fragment_mass`, then a value of `nfrag_reduction = 30.0` would reduce it to 10. Currently only used by the Fraggle collision model. - rotation : bool, default False + rotation : bool, default True If set to True, this turns on rotation tracking and radius, rotation vector, and moments of inertia values must be included in the initial conditions. This argument only applies to Swiftest-SyMBA simulations. It will be ignored otherwise.