Changeset 8583 in ntrip for branches/BNC_2.12/src/ephemeris.cpp


Ignore:
Timestamp:
Jan 17, 2019, 2:34:01 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8580 r8583  
    5858
    5959  if (_checkState == bad ||
    60       _checkState == unhealthy ||
    61       _checkState == outdated) {
     60      _checkState == unhealthy) {
    6261    return failure;
    6362  }
     
    314313
    315314  if (_checkState == bad ||
    316       _checkState == unhealthy ||
    317       _checkState == outdated) {
     315      _checkState == unhealthy) {
    318316    return failure;
    319317  }
     
    613611
    614612  if (_checkState == bad ||
    615       _checkState == unhealthy ||
    616       _checkState == outdated) {
     613      _checkState == unhealthy) {
    617614    return failure;
    618615  }
     
    916913
    917914  if (_checkState == bad ||
    918       _checkState == unhealthy ||
    919       _checkState == outdated) {
     915      _checkState == unhealthy) {
    920916    return failure;
    921917  }
     
    13011297
    13021298  if (_checkState == bad ||
    1303       _checkState == unhealthy ||
    1304       _checkState == outdated) {
     1299      _checkState == unhealthy) {
    13051300    return failure;
    13061301  }
     
    15451540
    15461541  if (_checkState == bad ||
    1547       _checkState == unhealthy ||
    1548       _checkState == outdated) {
     1542      _checkState == unhealthy) {
    15491543    return failure;
    15501544  }
Note: See TracChangeset for help on using the changeset viewer.