Skip to content

Commit

Permalink
Repaired interface
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 23, 2021
1 parent ad644b0 commit 0f99427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crater/module_crater.f90
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ end subroutine crater_emplace
end interface

interface
subroutine crater_form_interior(user,surfi,crater,lradsq,newelev,deltaMi)
subroutine crater_form_interior(user,surfi,crater,x_relative, y_relative, newelev,deltaMi)
use module_globals
implicit none
type(usertype),intent(in) :: user
type(surftype),intent(inout) :: surfi
type(cratertype),intent(in) :: crater
real(DP),intent(in) :: lradsq
real(DP),intent(in) :: x_relative, y_relative
real(DP),intent(in) :: newelev
real(DP),intent(out) :: deltaMi
end subroutine crater_form_interior
Expand Down

0 comments on commit 0f99427

Please sign in to comment.