We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf8adc commit f692a59Copy full SHA for f692a59
camb/__init__.py
@@ -6,6 +6,7 @@
6
"""
7
__author__ = "Antony Lewis"
8
__contact__ = "antony at cosmologist dot info"
9
+__url__ = "https://camb.readthedocs.io"
10
__version__ = "1.0.9"
11
12
from . import baseconfig
camb/cambdll.dll
1.04 KB
fortran/config.f90
@@ -3,7 +3,7 @@ module config
3
use constants, only: const_twopi
4
implicit none
5
- character(LEN=*), parameter :: version = '1.0.8'
+ character(LEN=*), parameter :: version = '1.0.9'
integer :: FeedbackLevel = 0 !if >0 print out useful information about the model
0 commit comments