From 10828cd4ea6ea488c99c15215378ca08c59e0ec0 Mon Sep 17 00:00:00 2001 From: daminton Date: Mon, 3 Oct 2016 21:00:43 +0000 Subject: [PATCH] Added Howl model for crater counting and adjusted parameters --- src/crater/module_crater.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crater/module_crater.f90 b/src/crater/module_crater.f90 index b7666a8c..24a64867 100644 --- a/src/crater/module_crater.f90 +++ b/src/crater/module_crater.f90 @@ -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