Skip to content

Commit

Permalink
Changed default values for soften parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 23, 2017
1 parent c382d3b commit e3c94ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/io_input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ subroutine io_input(infile,user)
user%testtally = .false.
user%killatmaxcrater = .false.
user%doporosity = .false.
user%soften_factor = 37.0_DP
user%soften_slope = 2.0_DP
user%soften_factor = 18.5_DP
user%soften_slope = 1.8_DP
user%ejecta_truncation = 10.0_DP

open(unit=LUN,file=infile,status="old",iostat=ierr)
Expand Down

0 comments on commit e3c94ec

Please sign in to comment.