FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void pal1Atms
(
double
rt
,
double
tt
,
double
dnt
,
double
gamal
,
double
r
,
double *
dn
,
double *
rdndr
)
Definition at line
83
of file
pal1Atms.c
.
Referenced by
palRefro()
.
84
{
85
86
double
b;
87
double
w
;
88
89
b = gamal / tt;
90
w = (dnt - 1.0) * exp( -b * (r-rt) );
91
*dn = 1.0 +
w
;
92
*rdndr = -r * b *
w
;
93
94
}
telData::w
double w
Definition:
palObs.c:168
Here is the caller graph for this function:
pal
pal1.h
Generated on Sun Sep 18 2016 20:50:39 for FACT++ by
1.8.11