Changeset 5798 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 5:43:23 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5748 r5798  
    5454  vector<t_lc::type> LCsCode;
    5555  vector<t_lc::type> LCsPhase;
    56   for (unsigned ii = 0; ii < OPT->LCs().size(); ii++) {
    57     const t_lc::type& tLC = OPT->LCs()[ii];
     56  vector<t_lc::type> LCsAll = OPT->LCs();
     57  for (unsigned ii = 0; ii < LCsAll.size(); ii++) {
     58    const t_lc::type& tLC = LCsAll[ii];
    5859    if (t_lc::includesCode(tLC) && !t_lc::includesPhase(tLC)) {
    5960      LCsCode.push_back(tLC);
Note: See TracChangeset for help on using the changeset viewer.