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.