-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule camb
updated
16 files
+1 −1 | camb/__init__.py | |
+ − | camb/cambdll.dll | |
+2 −2 | camb/model.py | |
+1 −1 | camb/recombination.py | |
+6 −5 | camb/results.py | |
+1 −1 | fortran/MathUtils.f90 | |
+1 −0 | fortran/camb.f90 | |
+6 −7 | fortran/cmbmain.f90 | |
+3 −1 | fortran/config.f90 | |
+9 −8 | fortran/equations.f90 | |
+84 −156 | fortran/halofit.f90 | |
+3 −4 | fortran/lensing.f90 | |
+56 −2 | fortran/massive_neutrinos.f90 | |
+2 −2 | fortran/model.f90 | |
+58 −38 | fortran/results.f90 | |
+1 −1 | forutils |