
* cosmomc: New package CosmoMC * cosmomc: Improve version numbering scheme * planck-likelihood: New package * cosmomc: Pacify flake8 * cosmomc: Code cleanup as requested in the review * cosmomc: Various updates suggested during review * cosmomc: Limit compiler versions (as documented in the build instructions) * cosmomc: Correct flake8 error * cosmomc: Use `libs` instead of `lapack_libs` * planck-likelihood: Make makefile output more verbose and readable * planck-likelilhood: Correct order of libraries when calling linker * cosmomc: Clean up check for suitable compiler * planck-likelihood: Use modern mechanism to set environment variables
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/src/bflike/bflike_smw.f90
|
|
+++ b/src/bflike/bflike_smw.f90
|
|
@@ -1600,6 +1600,8 @@
|
|
ok = .false.
|
|
|
|
call fid%init()
|
|
+
|
|
+ unit = 3001
|
|
|
|
open(unit = unit,file=trim(filein),status='old',action='read',&
|
|
iostat=istat)
|