Kariba
Loading...
Searching...
No Matches
EBL.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5namespace kariba {
6
7void ebl_atten_gil(const std::vector<double>& en, std::vector<double>& lum, double redshift);
8
9}
Definition BBody.hpp:5
const std::array< double, N_REDSHIFT > redshift
Definition EBL.cpp:31
void ebl_atten_gil(const std::vector< double > &en, std::vector< double > &lum, double redshift)
Definition EBL.cpp:1140