Skip to content

Commit

Permalink
compatibility with ifort 16
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Oct 12, 2018
1 parent d26c346 commit 1755f38
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions halofit_ppf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,20 @@ module NonLinear
procedure :: GetNonLinRatios => THalofit_GetNonLinRatios
procedure :: halofit
procedure :: HMcode
procedure, private :: Delta_v, delta_c, eta, kstar, As, conc_bull, &
fdamp, p_1h,p_2h, alpha, halomod, halomod_init, write_parameters, zcoll_bull
procedure, private :: Delta_v
procedure, private :: delta_c
procedure, private :: eta
procedure, private :: kstar
procedure, private :: As
procedure, private :: conc_bull
procedure, private :: fdamp
procedure, private :: p_1h
procedure, private :: p_2h
procedure, private :: alpha
procedure, private :: halomod
procedure, private :: halomod_init
procedure, private :: write_parameters
procedure, private :: zcoll_bull
end type

public THalofit, HM_verbose
Expand Down

0 comments on commit 1755f38

Please sign in to comment.