Skip to content

Commit

Permalink
Define init_porosity_stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirabay committed Dec 29, 2016
1 parent cc75cf4 commit 7407596
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/init/module_init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ subroutine init_regolith_stack(user,surf)
end subroutine init_regolith_stack
end interface

interface
subroutine init_porosity_stack(user,surf)
use module_globals
implicit none
type(usertype),intent(in) :: user
type(surftype),dimension(:,:),intent(inout) :: surf
end subroutine init_porosity_stack
end interface

end module module_init

0 comments on commit 7407596

Please sign in to comment.