Skip to content

Commit

Permalink
Added new user input that allows you to truncate the ejecta blanket a…
Browse files Browse the repository at this point in the history
…t a specific radius
  • Loading branch information
daminton committed Feb 9, 2017
1 parent e45f4c4 commit a8a2ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/io_input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ subroutine io_input(infile,user)
call io_get_token(line, ilength, ifirst, ilast, ierr)
token = line(ifirst:ilast)
read(token, *) user%testtally
case ("EJECTA_TRUNCATION") ! Size of ejecta blankets to model in terms of crater diameter
case ("EJECTA_TRUNCATION") ! Radius of ejecta blankets to model in terms of crater radius
ifirst = ilast + 1
call io_get_token(line, ilength, ifirst, ilast, ierr)
token = line(ifirst:ilast)
Expand Down

0 comments on commit a8a2ccb

Please sign in to comment.