Changeset 8583 in ntrip
- Timestamp:
- Jan 17, 2019, 2:34:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/ephemeris.cpp
r8580 r8583 58 58 59 59 if (_checkState == bad || 60 _checkState == unhealthy || 61 _checkState == outdated) { 60 _checkState == unhealthy) { 62 61 return failure; 63 62 } … … 314 313 315 314 if (_checkState == bad || 316 _checkState == unhealthy || 317 _checkState == outdated) { 315 _checkState == unhealthy) { 318 316 return failure; 319 317 } … … 613 611 614 612 if (_checkState == bad || 615 _checkState == unhealthy || 616 _checkState == outdated) { 613 _checkState == unhealthy) { 617 614 return failure; 618 615 } … … 916 913 917 914 if (_checkState == bad || 918 _checkState == unhealthy || 919 _checkState == outdated) { 915 _checkState == unhealthy) { 920 916 return failure; 921 917 } … … 1301 1297 1302 1298 if (_checkState == bad || 1303 _checkState == unhealthy || 1304 _checkState == outdated) { 1299 _checkState == unhealthy) { 1305 1300 return failure; 1306 1301 } … … 1545 1540 1546 1541 if (_checkState == bad || 1547 _checkState == unhealthy || 1548 _checkState == outdated) { 1542 _checkState == unhealthy) { 1549 1543 return failure; 1550 1544 }
Note:
See TracChangeset
for help on using the changeset viewer.