Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added comment to global module
  • Loading branch information
daminton committed Apr 29, 2019
1 parent e55e59f commit 0da07d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals/module_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module module_globals

! Derived data type for simulated surface
type surftype
real(DP),dimension(MAXLAYER) :: diam
real(DP),dimension(MAXLAYER) :: diam ! Crater diameter
real(SP),dimension(MAXLAYER) :: xl,yl ! Crater center
real(DP) :: ejcov ! Ejecta coverage
real(DP) :: dem ! Digital elevation model
Expand Down

0 comments on commit 0da07d9

Please sign in to comment.