1
0
Fork 0

Minor tweaks.

This commit is contained in:
curt 2000-10-12 01:08:22 +00:00
parent df0228e019
commit fb2d013c4e
2 changed files with 5 additions and 1 deletions

View file

@ -236,3 +236,7 @@
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION

View file

@ -34,7 +34,7 @@ int main() {
FGPath p_fix( "/home/curt/FlightGear/Navaids/default.fix" );
current_fixlist->init( p_fix );
FGFix fix;
if ( current_fixlist->query( "GONER", -82, 41, 3000,
if ( current_fixlist->query( "SHELL", -82, 41, 3000,
&fix, &heading, &dist) ) {
cout << "Found a matching fix" << endl;
cout << " id = " << fix.get_ident() << endl;