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

Commit

Permalink
Merge branch 'oblate_coord_rot' of github.com:MintonGroup/swiftest in…
Browse files Browse the repository at this point in the history
…to oblate_coord_rot
  • Loading branch information
daminton committed Feb 23, 2024
2 parents e490e92 + 36c92a4 commit a26f354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/Basic_Simulation/basic_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from numpy.random import default_rng

# Initialize the simulation object as a variable. Arguments may be defined here or through the sim.run() method.
#sim = swiftest.Simulation(fragmentation=True, minimum_fragment_mass = 2.5e-11, mtiny=2.5e-8)
sim = swiftest.Simulation()
sim.clean()
rng = default_rng(seed=123)
Expand Down
2 changes: 1 addition & 1 deletion swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def set_parameter(self,
"nfrag_reduction": 30.0,
"close_encounter_check": True,
"general_relativity": True,
"collision_model": "FRAGGLE",
"collision_model": "MERGE",
"minimum_fragment_mass": None,
"minimum_fragment_gmass": None,
"rotation": True,
Expand Down

0 comments on commit a26f354

Please sign in to comment.