Skip to content

Commit

Permalink
hardcoded full path to dat file
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Nov 14, 2012
1 parent 09df430 commit 95db9af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion camb/modules.f90
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ module ModelParams
! lmax is max possible number of l's evaluated
integer, parameter :: lmax_arr = l0max

character(LEN=1024) :: highL_unlensed_cl_template = 'HighLExtrapTemplate_lenspotentialCls.dat'
character(LEN=1024) :: highL_unlensed_cl_template = &
'/home/zonca/p/software/cosmologyathome/repo/camb/HighLExtrapTemplate_lenspotentialCls.dat'
!fiducial high-accuracy high-L C_L used for making small cosmology-independent numerical corrections
!to lensing and C_L interpolation. Ideally close to models of interest, but dependence is weak.
logical :: use_spline_template = .true.
Expand Down

0 comments on commit 95db9af

Please sign in to comment.