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 329fdb0 commit 7cd3e3f
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 @@ -95,14 +95,14 @@ end subroutine crater_averages
end interface

interface
subroutine crater_emplace(user,surf,crater,domain,ejbmass)
subroutine crater_emplace(user,surf,crater,domain,deltaMtot)
use module_globals
implicit none
type(usertype),intent(in) :: user
type(surftype),dimension(:,:),intent(inout) :: surf
type(cratertype),intent(inout) :: crater
type(domaintype),intent(inout) :: domain
real(DP),intent(in) :: ejbmass
real(DP),intent(out) :: deltaMtot
end subroutine crater_emplace
end interface

Expand Down

0 comments on commit 7cd3e3f

Please sign in to comment.