FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool Source::IsRangeValid
(
const double &
jd_begin
,
const double &
jd_end
)
const
inline
Definition at line
195
of file
makeschedule.cc
.
References
i
, and
valid()
.
196
{
197
const
uint32_t n = nearbyint((jd_end-jd_begin)*24*60);
198
for
(uint32_t
i
=0;
i
<n;
i
++)
199
if
(!
valid
(
SolarObjects
(jd_begin+
i
/24./60.)))
200
return
false
;
201
202
return
true
;
203
}
i
int i
Definition:
db_dim_client.c:21
Source::valid
bool valid(const SolarObjects &so) const
Definition:
makeschedule.cc:175
Nova::SolarObjects
Definition:
nova.h:160
Here is the call graph for this function:
Source
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11