Skip to content

Commit

Permalink
Fixed initial conditions of soften equation
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 23, 2017
1 parent e3c94ec commit 69a102d
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 @@ -84,7 +84,7 @@ subroutine io_input(infile,user)
user%testtally = .false.
user%killatmaxcrater = .false.
user%doporosity = .false.
user%soften_factor = 18.5_DP
user%soften_factor = 37.0_DP
user%soften_slope = 1.8_DP
user%ejecta_truncation = 10.0_DP

Expand Down

0 comments on commit 69a102d

Please sign in to comment.