Changeset 8584 in ntrip


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r8581 r8584  
    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  }
     
    917914
    918915  if (_checkState == bad ||
    919       _checkState == unhealthy ||
    920       _checkState == outdated) {
     916      _checkState == unhealthy) {
    921917    return failure;
    922918  }
     
    13031299
    13041300  if (_checkState == bad ||
    1305       _checkState == unhealthy ||
    1306       _checkState == outdated) {
     1301      _checkState == unhealthy) {
    13071302    return failure;
    13081303  }
     
    15201515
    15211516  if (_checkState == bad ||
    1522       _checkState == unhealthy ||
    1523       _checkState == outdated) {
     1517      _checkState == unhealthy) {
    15241518    return failure;
    15251519  }
     1520
    15261521
    15271522  static const double gmBDS    = 398.6004418e12;
Note: See TracChangeset for help on using the changeset viewer.