Skip to content

Commit

Permalink
Changed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 27, 2017
1 parent 5f53f84 commit f6cb11d
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 @@ -115,7 +115,7 @@ module module_globals
real(DP) :: GM ! gravitational constant (m**3/s**2)
real(DP) :: small ! Smallest unit of measurement (m)
integer(I4B) :: smallest_impactor_index ! Index of the smallest impactor to draw from the production SFD
integer(I4B) :: smallest_ejecta_index ! Indext of the smallest impactor to produce ejecta otherwise a crater smaller than this will be ignored and treated as a part of vertical mixing model based on the assumption of their insignificant volume of ejecta
integer(I4B) :: smallest_ejecta_index ! Index of the smallest impactor to produce ejecta otherwise a crater smaller than this will be ignored and treated as a part of vertical mixing model based on the assumption of their insignificant volume of ejecta
real(DP) :: smallest_ejecta_crater
real(DP) :: biggest_crater ! Largest crater to generate
real(DP) :: smallest_ejecta ! Smallest ejecta to generate (possibly from craters smaller than smallest_produced_crater)
Expand Down

0 comments on commit f6cb11d

Please sign in to comment.