Skip to content

Commit

Permalink
hyrec doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 13, 2024
1 parent 18c08c1 commit c42b4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions camb/recombination.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ class HyRec(RecombinationModel):
`HyRec <https://github.com/nanoomlee/HYREC-2>`_ recombination model.
To use this, the library must be build with HyRec installed and RECOMBINATION_FILES including hyrec in the Makefile.
You will need to edit HyRec Makefile to add -fPIC compiler flag to CCFLAG (for gcc), and rename "dtauda\_"
in history.c to "exported_dtauda"
"""
_fortran_class_module_ = 'HyRec'
_fortran_class_name_ = 'THyRec'
3 changes: 3 additions & 0 deletions fortran/equations.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module GaugeInterface
implicit none
public

! Equations and relation to synchronous gauge variables documented in the notes:
! https://cosmologist.info/notes/CAMB.pdf

!Description of this file. Change if you make modifications.
character(LEN=*), parameter :: Eqns_name = 'cdm_gauge'

Expand Down

0 comments on commit c42b4d9

Please sign in to comment.