Skip to content

Commit

Permalink
Improved tally system
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 7, 2016
1 parent a4a7a58 commit 0adcaeb
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 = 20 ! Minimum number of pixels for a crater to be considered countable
integer(I4B),parameter :: SMALLESTCOUNTABLE = 5 ! 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 0adcaeb

Please sign in to comment.