From f6cb11db72f5b65ce9d2199ef7cdce6abde71a64 Mon Sep 17 00:00:00 2001 From: daminton Date: Mon, 27 Feb 2017 22:26:44 +0000 Subject: [PATCH] Changed some comments --- src/globals/module_globals.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/module_globals.f90 b/src/globals/module_globals.f90 index fdfd053c..a72a6173 100644 --- a/src/globals/module_globals.f90 +++ b/src/globals/module_globals.f90 @@ -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)