- Timestamp:
- Jul 8, 2015, 6:48:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r6598 r7026 425 425 QString strV3 = eph.toString(t_rnxObsHeader::defaultRnxObsVersion3); 426 426 427 printOutputEph(printFile, _ephStreamGlonass, strV2, strV3); 427 if (_rinexVers == 2 && eph.type() == t_eph::GLONASS) { 428 printOutputEph(printFile, _ephStreamGlonass, strV2, strV3); 429 } 430 else if(_rinexVers == 2 && eph.type() == t_eph::GPS) { 431 printOutputEph(printFile, _ephStreamGPS, strV2, strV3); 432 } 433 else if (_rinexVers == 3) { 434 printOutputEph(printFile, _ephStreamGPS, strV2, strV3); 435 } 428 436 } 429 437
Note:
See TracChangeset
for help on using the changeset viewer.