Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
daminton committed Sep 15, 2019
1 parent 29e3874 commit 93397b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/crater/crater_subpixel_diffusion.f90
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ subroutine crater_subpixel_diffusion(user,surf,prod,nflux,domain,finterval,kdiff
crater%continuous = RCONT * crater%frad**(EXPCONT)
krad = fd * crater%frad

dKdN = user%Kd1 * crater%frad**(user%psi)
dKdN = crater_degradation_function(user,crater)
dKdN = crater_degradation_function(user,crater%frad)
inc = int(krad / user%pix) + 2
incsq = inc**2

Expand Down

0 comments on commit 93397b8

Please sign in to comment.