Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated doc string of the simulation_class to indicate that the rotat…
Browse files Browse the repository at this point in the history
…ion variable is default True
  • Loading branch information
daminton committed Mar 1, 2024
1 parent cc8d4fe commit c8c0784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8c0784

Please sign in to comment.