Skip to content

Commit bce6c86

Browse files
author
Jorge
authored
Merge pull request #50 from jorgepiloto/bug
Fix acceleration units
2 parents 3f8f765 + acf858d commit bce6c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skaero/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
# Standard Earth's gravity acceleration value from "The International System of
1212
# Units by Barry N.Taylor and Ambler Thompson"
13-
g0 = 9.80665 * u.meters / u.seconds
13+
g0 = 9.80665 * u.meters / u.seconds ** 2

0 commit comments

Comments
 (0)