]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/tacan.cxx
- Code cleanups.
[flightgear.git] / src / Instrumentation / tacan.cxx
index 402b5a59d2e6b20388df400f66d83382adb97a19..7d372b4d2366140c6baaefc8ddd9fa3daac23636 100755 (executable)
@@ -510,7 +510,7 @@ TACAN::searchChannel (const string& _channel){
         frequency_khz = freq->get_freq();
         SG_LOG( SG_INSTR, SG_DEBUG, "freq output " << frequency_khz  );
         //check sanity
-        if (frequency_khz >=9620 && frequency_khz <= 12130)
+        if (frequency_khz >=9620 && frequency_khz <= 121300)
             return frequency_khz/100;
     }
     return frequency_khz = 0;