Skip to content

Commit

Permalink
Mass conservation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 21, 2017
1 parent dc39bf0 commit 3288c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ejecta/module_ejecta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module module_ejecta
save

interface
subroutine ejecta_emplace(user,surf,crater,domain,ejb,ejtble,ejbmass)
subroutine ejecta_emplace(user,surf,crater,domain,ejb,ejtble,deltaMtot)
use module_globals
implicit none
type(usertype),intent(in) :: user
Expand All @@ -34,7 +34,7 @@ subroutine ejecta_emplace(user,surf,crater,domain,ejb,ejtble,ejbmass)
type(domaintype),intent(in) :: domain
integer(I4B),intent(in) :: ejtble
type(ejbtype),dimension(ejtble),intent(in) :: ejb
real(DP),intent(out) :: ejbmass
real(DP),intent(in) :: deltaMtot
end subroutine ejecta_emplace
end interface

Expand Down

0 comments on commit 3288c92

Please sign in to comment.