Skip to content

Commit

Permalink
Reduced the size of the countable crater limit
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 15, 2016
1 parent cefab33 commit 3dedcc4
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 @@ -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)
Expand Down

0 comments on commit 3dedcc4

Please sign in to comment.