Skip to content

Commit

Permalink
Updated the porosity module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirabay committed Dec 29, 2016
1 parent a68728f commit d3d5341
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/porosity/module_porosity.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ module module_porosity
save

interface
subroutine porosity_form_interior(user,surfi,crater,elchange,lradsq,newelev)
subroutine porosity_form_interior(user, surfi, crater, lradsq)
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,elchange,newelev
type(usertype),intent(in) :: user
type(surftype),intent(inout) :: surfi
type(cratertype),intent(in) :: crater
real(DP),intent(in) :: lradsq
end subroutine porosity_form_interior
end interface

Expand Down

0 comments on commit d3d5341

Please sign in to comment.