diff --git a/src/globals/module_globals.f90 b/src/globals/module_globals.f90 index a48062c3..7fac6189 100644 --- a/src/globals/module_globals.f90 +++ b/src/globals/module_globals.f90 @@ -255,7 +255,7 @@ module module_globals ! Global variables integer(I4B),parameter :: PBCLIM = 3 ! periodic boundary condition limit -integer(I4B),parameter :: SMALLESTCOUNTABLE = 5 ! Minimum pixel diameter for a crater to be considered countable +integer(I4B),parameter :: SMALLESTCOUNTABLE = 3 ! Minimum pixel diameter for a crater to be considered countable real(DP),parameter :: SMALLESTEJECTA = 1.5 ! Minimum number of pixels from center of crater for an ejecta to have any surface effects integer(I4B),parameter :: TRUECOLS = 6 ! Number of columns in the true crater count array integer(I4B) :: NTHREADS = 1 ! Number of OpenMP threads (reset by OpenMP if a parallel environment is detected)