1
0
Fork 0

Oops, sorry, nothing more to see here, move right along ...

This commit is contained in:
curt 2003-02-04 17:22:00 +00:00
parent 484d598e90
commit fed01db83a

View file

@ -179,7 +179,7 @@ FGILS *FGILSList::findByFreq( double freq,
&reciprocal_bearing, &dummy, &dummy );
angle_to_beam_deg = fabs(reciprocal_bearing - s_ils_deg);
if ( angle_to_beam_deg <= best_angle ) {
*ils = *stations[i];
ils = stations[i];
best_angle = angle_to_beam_deg;
}
}