# | Line 10 | Line 10 | |
---|---|---|
10 | #include "rtmath.h" | |
11 | #include "sun.h" | |
12 | ||
13 | + | #ifdef __cplusplus |
14 | + | extern "C" { |
15 | + | #endif |
16 | + | |
17 | #define NSSAMP 20 | |
18 | ||
19 | typedef struct { | |
# | Line 84 | Line 88 | extern int compute_sundir(const int year, const int mo | |
88 | ||
89 | extern int precompute(const int sorder, const DpPaths dppaths, const Atmosphere *atmos, | |
90 | int num_threads); | |
91 | + | |
92 | + | extern DATARRAY *get_indirect_irradiance(DATARRAY *dp, const double radius, |
93 | + | const double mu_s); |
94 | + | |
95 | + | #ifdef __cplusplus |
96 | + | } |
97 | + | #endif |
98 | ||
99 | #endif /* ATMOS_H */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |