Oops, sorry, nothing more to see here, move right along ...
This commit is contained in:
parent
484d598e90
commit
fed01db83a
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ FGILS *FGILSList::findByFreq( double freq,
|
||||||
&reciprocal_bearing, &dummy, &dummy );
|
&reciprocal_bearing, &dummy, &dummy );
|
||||||
angle_to_beam_deg = fabs(reciprocal_bearing - s_ils_deg);
|
angle_to_beam_deg = fabs(reciprocal_bearing - s_ils_deg);
|
||||||
if ( angle_to_beam_deg <= best_angle ) {
|
if ( angle_to_beam_deg <= best_angle ) {
|
||||||
*ils = *stations[i];
|
ils = stations[i];
|
||||||
best_angle = angle_to_beam_deg;
|
best_angle = angle_to_beam_deg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue