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 0adcaeb commit 535a368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init/init_domain.f90
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ subroutine init_domain(user,crater,domain,prod,pdist,vdist,crtscl,nflux)
domain%parea = user%pix**2
domain%area = domain%side**2
domain%biggest_crater = domain%side * user%maxcrat
domain%smallest_crater = user%pix
domain%smallest_crater = user%pix
domain%smallest_ejecta = SMALLESTEJECTA * user%pix
domain%smallest_counted_crater = 2._DP / (1._DP + COUNTINGRIM) * sqrt(SMALLESTCOUNTABLE / PI) * user%pix
domain%smallest_counted_crater = SMALLESTCOUNTABLE * user%pix
domain%vescsq = 2 * user%gaccel * user%trad

! Set up transition values
Expand Down

0 comments on commit 535a368

Please sign in to comment.