Skip to content

Commit

Permalink
Added Howl model for crater counting and adjusted parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 3, 2016
1 parent 1945b54 commit 10828cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crater/module_crater.f90
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ end subroutine crater_tally_observed
end interface

interface
subroutine crater_tally_calibrated_count(user,diameter,current_depth,original_depth,deviation_sigma,countable,killable,p)
subroutine crater_tally_calibrated_count(user,diameter,current_depth,original_depth,&
deviation_sigma,countable,killable,p)
use module_globals
implicit none
type(usertype),intent(in) :: user
Expand Down

0 comments on commit 10828cd

Please sign in to comment.