Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A possible typo in spectra.c related with dark radiation? #73

Open
phyytang opened this issue Jan 11, 2016 · 0 comments
Open

A possible typo in spectra.c related with dark radiation? #73

phyytang opened this issue Jan 11, 2016 · 0 comments

Comments

@phyytang
Copy link

Hi,

I just noticed that there might be a typ0 in spectra.c file at line 1780,

1779: class_define_index(psp->index_tr_theta_ur,ppt->has_source_theta_ur,index_tr,1);
1780: class_define_index(psp->index_tr_theta_dr,ppt->has_source_theta_ur,index_tr,1);

Should "ppt->has_source_theta_ur" at line 1780 be replaced by "ppt->has_source_theta_dr" ?

best,
Yong

lesgourg added a commit that referenced this issue Dec 7, 2021
* new functions perturbations_sources_at_z and _at_k_and_z, corrections in perturbations_sources_at_tau

* input files: suppressed _ at end of root names since automatically added by code in recent versions

* raise error for Omega_g=0 or Omega_b=0
lesgourg added a commit that referenced this issue Dec 7, 2021
* devel:
  version number updated to 3.1.1 (#75)
  70 perturbations at tau and k (#73)
  Fixing the bug pointed out by Fereshteh Majidi, where a MU distortion type was used for a temperature shift at second order instead of the Y type. (#72)
  Added Omega_m (#68)
lesgourg added a commit that referenced this issue Jan 20, 2024
* tag 'v3.1.3':
  88 missing dcdmdr budget (#89)
  86 segfault transfer k and z (#87)
  Implemented improved shooting for sigma8 (#84)
  Disallowing negative values of the energy density fractions for the various species. (#85)
  79 euclid additions (#82)
  Implemented allowing h_units for the radius input of sigma(R,z) (#77)
  version number updated to 3.1.1 (#75)
  70 perturbations at tau and k (#73)
  Fixing the bug pointed out by Fereshteh Majidi, where a MU distortion type was used for a temperature shift at second order instead of the Y type. (#72)
  Added Omega_m (#68)
  updated doxygen doc for the release of 3.1 (#66)
  defined Omega0_nfsm (non-free-streaming matter) used by HyRec; updated version number to 3.1.0 (#65)
  Fixing some small memory issues (uninitialized variables) for the varying fundamental constants. (#64)
  59 update hyrec bis (#61)
  Fixed a few more char sizes, as well as uninitialized variable errors.
  fixes issue #54
  Implementation of varying fundamental constants in CLASS (agrees with 1705.03925) (#56)
  Changed reference branch from master to devel (#58)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant