Skip to content

Commit

Permalink
Added dp
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 committed Apr 20, 2020
1 parent 1ae654a commit ba42c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Units/units.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Subroutine initialise_units()

Real(kind=dp), Parameter :: newton = 1.0_dp

Real(kind=dp), Parameter :: gravity = metre/second**2/9.81
Real(kind=dp), Parameter :: gravity = metre/second**2/9.81_dp

call units_table%init(100)

Expand Down

0 comments on commit ba42c5e

Please sign in to comment.