Skip to content

Commit

Permalink
Update smash/fcore/operator/md_gr_operator.f90
Browse files Browse the repository at this point in the history
simple precision

Co-authored-by: Francois Colleoni <[email protected]>
  • Loading branch information
asjeb and inoelloc authored Jun 12, 2024
1 parent 96d63fb commit 9bf8acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smash/fcore/operator/md_gr_operator.f90
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ subroutine hortonian_production(pn, en, cp, beta, alpha1, hp, pr, perc, dt)

inv_cp = 1._sp / cp
pr = 0._sp
gam = 1 - exp(-pn * alpha1)
gam = 1._sp - exp(-pn * alpha1)
lambda = sqrt(1 - gam)
inv_lambda = 1._sp / lambda

Expand Down

0 comments on commit 9bf8acf

Please sign in to comment.