Skip to content

Commit

Permalink
Added Howl model for crater counting
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 3, 2016
1 parent 10828cd commit 149099b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/io_input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ subroutine io_input(infile,user)

select case(user%countingmodel)
case("FASSETT")
case("HOWL")
case default
write(*,*) 'Unknown counting model ',trim(adjustl(user%countingmodel)),' specified. Using FASSETT instead.'
user%countingmodel = "FASSETT"
Expand Down

0 comments on commit 149099b

Please sign in to comment.