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

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unneeded GU parameter
  • Loading branch information
daminton committed Aug 23, 2021
1 parent 2911845 commit b8d31d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(self, codename="Swiftest", param_file=""):
self.codename = codename
if param_file != "" :
self.read_param(param_file, codename)
self.param['GU'] = constants.GC / (param['DU2M'])**3 / (param['MU2KG'] * param['TU2S']**2)
return


Expand Down

0 comments on commit b8d31d0

Please sign in to comment.