Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated tally
  • Loading branch information
daminton committed Sep 30, 2019
1 parent 33f24b2 commit 147f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_tally_observed.f90
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ subroutine crater_tally_observed(user,surf,domain,nkilled,onum,obsdist,obslist,o
!$OMP SHARED(user,surf) &
!$OMP SHARED(domain,maxpix,istart,iend,ind,mlist,mposlist,mpxlist,mlayerlist) &
!$OMP SHARED(tnum,totpix,poslist,tlist,tmp_depthdiam,countable,Kval) &
!$OMP REDUCTION(+:nkilled) &
!$OMP REDUCTION(+:nkilled)
!$OMP DO
do craternum = 1,tnum
! This is the first pixel of this crater, so record the appropriate values
Expand Down

0 comments on commit 147f41e

Please sign in to comment.