CLASSpp Manual
Cosmology reference and developer manual
Loading...
Searching...
No Matches
lensing.h
Go to the documentation of this file.
1
3#ifndef __LENSING__
4#define __LENSING__
5
6#include "spectra.h"
7
15struct lensing {
22
23 bool has_lensed_cls = false;
26
30
32 0;
35};
36
37/*************************************************************************************************************/
38/*
39 * Boilerplate for C++
40 */
41#ifdef __cplusplus
42extern "C" {
43#endif
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif
short lensing_verbose
Definition lensing.h:31
bool has_lensed_cls
Definition lensing.h:23
Definition lensing.h:15