1
0
Fork 0
pull/2/head
Cees Bassa 2014-09-17 16:40:50 +02:00
parent bef44a6f23
commit f9126e29de
1 changed files with 1 additions and 1 deletions

2
pass.c
View File

@ -351,7 +351,7 @@ int main(int argc,char *argv[])
continue;
// Skip non LEO objects
if (orb.rev>=10.0)
if (orb.rev>=10.0 || m.satno!=0)
compute_track(orb);
}
npass=ipass;