Changeset 9631 in ntrip for trunk


Ignore:
Timestamp:
Feb 23, 2022, 9:02:38 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r9630 r9631  
    601601        required.push_back(new t_pppParam(t_pppParam::cBiasG2, t_prn(), t_lc::c2));
    602602      }
    603     }/*
     603    }
    604604    if (_usedSystems.contains('R')) {
    605605      lc = OPT->LCs('R');
     
    610610        required.push_back(new t_pppParam(t_pppParam::cBiasR2, t_prn(), t_lc::c2));
    611611      }
    612     }*/
     612    }
    613613    if (_usedSystems.contains('E')) {
    614614      lc = OPT->LCs('E');
     
    644644        required.push_back(new t_pppParam(t_pppParam::pBiasG2, t_prn(), t_lc::l2));
    645645      }
    646     }/*
     646    }
    647647    if (_usedSystems.contains('R')) {
    648648      lc = OPT->LCs('R');
     
    653653        required.push_back(new t_pppParam(t_pppParam::pBiasR2, t_prn(), t_lc::l2));
    654654      }
    655     }*/
     655    }
    656656    if (_usedSystems.contains('E')) {
    657657      lc = OPT->LCs('E');
Note: See TracChangeset for help on using the changeset viewer.