Changeset 3387 in ntrip


Ignore:
Timestamp:
Aug 30, 2011, 5:44:58 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3386 r3387  
    12861286          if (iPhase == 1 || satData->system() != 'R') {
    12871287            QString prn = satData->prn;
    1288             if (findInVector(usedPrns, satData->prn)) {
    1289               addObs(iPhase, iObs, satData, AA, ll, PP);
    1290             }
     1288            addObs(iPhase, iObs, satData, AA, ll, PP);
    12911289          }
    12921290        }
Note: See TracChangeset for help on using the changeset viewer.