Changeset 8580 in ntrip


Ignore:
Timestamp:
Jan 16, 2019, 1:08:46 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/ephemeris.cpp

    r8541 r8580  
    5858
    5959  if (_checkState == bad ||
    60       _checkState == unhealthy) {
     60      _checkState == unhealthy ||
     61      _checkState == outdated) {
    6162    return failure;
    6263  }
     
    313314
    314315  if (_checkState == bad ||
    315       _checkState == unhealthy) {
     316      _checkState == unhealthy ||
     317      _checkState == outdated) {
    316318    return failure;
    317319  }
     
    611613
    612614  if (_checkState == bad ||
    613       _checkState == unhealthy) {
     615      _checkState == unhealthy ||
     616      _checkState == outdated) {
    614617    return failure;
    615618  }
     
    913916
    914917  if (_checkState == bad ||
    915       _checkState == unhealthy) {
     918      _checkState == unhealthy ||
     919      _checkState == outdated) {
    916920    return failure;
    917921  }
     
    12971301
    12981302  if (_checkState == bad ||
    1299       _checkState == unhealthy) {
     1303      _checkState == unhealthy ||
     1304      _checkState == outdated) {
    13001305    return failure;
    13011306  }
     
    15401545
    15411546  if (_checkState == bad ||
    1542       _checkState == unhealthy) {
     1547      _checkState == unhealthy ||
     1548      _checkState == outdated) {
    15431549    return failure;
    15441550  }
Note: See TracChangeset for help on using the changeset viewer.