Changeset 3499 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 8, 2011, 4:51:13 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3497 r3499  
    10121012      cmbCorr* corr = it.next();
    10131013      QString  prn  = corr->prn;
     1014      switchToLastEph(_eph[prn]->last, corr);
    10141015      if (meanRao.find(prn) == meanRao.end()) {
    10151016        meanRao[prn].ReSize(4);
     
    10271028        numCorr[prn] += 1;
    10281029      }
    1029       switchToLastEph(_eph[prn]->last, corr);
    10301030    }
    10311031   
Note: See TracChangeset for help on using the changeset viewer.