Skip to content

Commit 283153f

Browse files
committed
ouch
1 parent ec22200 commit 283153f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/equations/reference_data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Physical constants in SI units (reference values from the Williamson et al. test suite)
55
const EARTH_RADIUS = 6.371229 # 6.37122e6 # m
66
const EARTH_GRAVITATIONAL_ACCELERATION = 9.81 # 9.80616 # m/s²
7-
const EARTH_ROTATION_RATE = 7.29212 # 7.292e-5 # rad/s
7+
const EARTH_ROTATION_RATE = 7.29212e-5 # 7.292e-5 # rad/s
88
const SECONDS_PER_DAY = 8.64e4
99

1010
@doc raw"""

0 commit comments

Comments
 (0)