Changeset 2931 in ntrip


Ignore:
Timestamp:
Jan 29, 2011, 2:16:07 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2930 r2931  
    187187  co.SatRefDatum       = DATUM_ITRF;
    188188
    189   struct ClockOrbit::SatData* sd = 0;
    190 
    191189  QMapIterator<QString, t_corr*> it(resCorr);
    192190  while (it.hasNext()) {
     
    194192    t_corr* corr = it.value();
    195193
     194    struct ClockOrbit::SatData* sd = 0;
    196195    if      (corr->prn[0] == 'G') {
    197196      sd = co.Sat + co.NumberOfGPSSat;
Note: See TracChangeset for help on using the changeset viewer.