Skip to content

Commit

Permalink
Adjusted default values for soften functions
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 27, 2017
1 parent 10d6ce5 commit 5f53f84
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,9 +84,9 @@ subroutine io_input(infile,user)
user%testtally = .false.
user%killatmaxcrater = .false.
user%doporosity = .false.
user%soften_factor = 3.0_DP
user%soften_factor = 2.0_DP
user%soften_slope = 4.0_DP
user%soften_size = 10.0_DP
user%soften_size = 30.0_DP
user%ejecta_truncation = 10.0_DP

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

0 comments on commit 5f53f84

Please sign in to comment.