Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug
  • Loading branch information
daminton committed Sep 14, 2019
1 parent bc564ce commit ce6fa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crater/module_crater.f90
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ function crater_degradation_function(user,r) result(Kd)
use module_globals
type(usertype),intent(in) :: user
real(DP),intent(in) :: r
real(DP) :: Kd
end function crater_degradation_function
end interface

Expand Down

0 comments on commit ce6fa10

Please sign in to comment.