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
Added missing refactor
  • Loading branch information
daminton committed Jun 17, 2021
1 parent 9720811 commit 4f1069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftestio/swiftestio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
GC = np.longdouble(const.G.value)
JD = 86400
year = np.longdouble(365.25 * JD)
c = np.longdouble(299792458.0)
einsteinC = np.longdouble(299792458.0)

#I/O Routines for reading in Swifter and Swiftest parameter and binary data files
def read_swifter_param(inparfile):
Expand Down

0 comments on commit 4f1069d

Please sign in to comment.