Skip to content

Commit

Permalink
Added additional placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jul 8, 2019
1 parent df56f27 commit 4af3de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metpy/calc/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The following variables are constants for a standard atmosphere
t0 = 288. * units.kelvin
p0 = 1013.25 * units.hPa
gamma = 0.0065 * units('K/m')
gamma = 0.006500000000000001 * units('K/m')


@exporter.export
Expand Down

0 comments on commit 4af3de5

Please sign in to comment.