Skip to content

Commit

Permalink
Fixed bug in crater_soften_accumulate that prevents soften accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 27, 2017
1 parent d382a02 commit cfcfd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_soften_accumulate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ subroutine crater_soften_accumulate(user,surf,crater,domain,kdiff)

if (.not.hit(xpi,ypi)) then
kdiff(xpi,ypi) = kdiff(xpi,ypi) + kappatmax * areafrac
hit = .true.
hit(xpi,ypi) = .true.
end if

end if
Expand Down

0 comments on commit cfcfd80

Please sign in to comment.