- Timestamp:
- Jan 17, 2019, 2:38:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r8581 r8584 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 } … … 917 914 918 915 if (_checkState == bad || 919 _checkState == unhealthy || 920 _checkState == outdated) { 916 _checkState == unhealthy) { 921 917 return failure; 922 918 } … … 1303 1299 1304 1300 if (_checkState == bad || 1305 _checkState == unhealthy || 1306 _checkState == outdated) { 1301 _checkState == unhealthy) { 1307 1302 return failure; 1308 1303 } … … 1520 1515 1521 1516 if (_checkState == bad || 1522 _checkState == unhealthy || 1523 _checkState == outdated) { 1517 _checkState == unhealthy) { 1524 1518 return failure; 1525 1519 } 1520 1526 1521 1527 1522 static const double gmBDS = 398.6004418e12;
Note:
See TracChangeset
for help on using the changeset viewer.