Changeset 9660 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Mar 16, 2022, 11:14:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r9659 r9660 601 601 required.push_back(new t_pppParam(t_pppParam::cBiasG2, t_prn(), t_lc::c2)); 602 602 } 603 } /*603 } 604 604 if (_usedSystems.contains('R')) { 605 605 lc = OPT->LCs('R'); … … 610 610 required.push_back(new t_pppParam(t_pppParam::cBiasR2, t_prn(), t_lc::c2)); 611 611 } 612 } */612 } 613 613 if (_usedSystems.contains('E')) { 614 614 lc = OPT->LCs('E'); … … 644 644 required.push_back(new t_pppParam(t_pppParam::pBiasG2, t_prn(), t_lc::l2)); 645 645 } 646 } /*646 } 647 647 if (_usedSystems.contains('R')) { 648 648 lc = OPT->LCs('R'); … … 653 653 required.push_back(new t_pppParam(t_pppParam::pBiasR2, t_prn(), t_lc::l2)); 654 654 } 655 } */655 } 656 656 if (_usedSystems.contains('E')) { 657 657 lc = OPT->LCs('E');
Note:
See TracChangeset
for help on using the changeset viewer.