Changeset 8655 in ntrip
- Timestamp:
- Apr 3, 2019, 10:22:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r8437 r8655 567 567 case t_eph::GPS: 568 568 haveGPS = true; 569 haveGnss[t_eph::G LONASS] = true;569 haveGnss[t_eph::GPS] = true; 570 570 break; 571 571 case t_eph::GLONASS: 572 572 haveGlonass = true; 573 haveGnss[t_eph::G PS] = true;573 haveGnss[t_eph::GLONASS] = true; 574 574 break; 575 575 case t_eph::Galileo:
Note:
See TracChangeset
for help on using the changeset viewer.