Compiler warning issue
parent
98d6e837fc
commit
e298c9fdf7
|
@ -1,9 +1,5 @@
|
||||||
# Exact paths to config junk
|
# Exact paths to config junk
|
||||||
#^INSTALL$
|
^config.(h|log|status|guess|sub)$
|
||||||
#^aclocal.m4$
|
|
||||||
#^(stamp-h1|depcomp|install-sh|ltmain.sh|missing)$
|
|
||||||
#^config.(h|log|status|guess|sub)$
|
|
||||||
#^autom4te.cache$
|
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
^libsgp4/libsgp4.a$
|
^libsgp4/libsgp4.a$
|
||||||
|
|
|
@ -24,7 +24,6 @@ double FindMaxElevation(
|
||||||
Observer obs(user_geo);
|
Observer obs(user_geo);
|
||||||
|
|
||||||
bool running;
|
bool running;
|
||||||
int cnt;
|
|
||||||
|
|
||||||
double time_step = (los - aos).TotalSeconds() / 9.0;
|
double time_step = (los - aos).TotalSeconds() / 9.0;
|
||||||
DateTime current_time(aos); //! current time
|
DateTime current_time(aos); //! current time
|
||||||
|
@ -33,7 +32,6 @@ double FindMaxElevation(
|
||||||
double max_elevation; //! max elevation
|
double max_elevation; //! max elevation
|
||||||
|
|
||||||
running = true;
|
running = true;
|
||||||
cnt = 0;
|
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue