Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug. r was in variable list instead of intent
  • Loading branch information
daminton committed Sep 14, 2019
1 parent 27cec3f commit 2a22ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_degradation_function.f90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function crater_degradation_function(user,r) result(Kd)
type(usertype),intent(in) :: user
real(DP),intent(in) :: r
real(DP) :: Kd
real(DP) :: A,r_break,alpha_1,alpha_2,delta,r
real(DP) :: A,r_break,alpha_1,alpha_2,delta

! Testing values that match both mare scale and highlands scale
alpha_1 = user%psi
Expand Down

0 comments on commit 2a22ab6

Please sign in to comment.