Changeset 7143 in ntrip


Ignore:
Timestamp:
Jul 23, 2015, 10:35:46 AM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_SSR_I/pppFilter.cpp

    r7142 r7143  
    933933  str.setf(ios::fixed);
    934934  bool useObs;
    935        
    936935  QMapIterator<QString, t_satData*> it(satDataMap);
    937936  while (it.hasNext()) {
     
    10521051        if (useObs) {
    10531052          addObs(iPhase, iObs, satData, AA, ll, PP);
     1053        } else {
     1054          satData->obsIndex = 0;
    10541055        }
    10551056      }
Note: See TracChangeset for help on using the changeset viewer.