Changeset 6397 in ntrip


Ignore:
Timestamp:
Dec 21, 2014, 3:24:56 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r6263 r6397  
    10611061        const QString&  type   = itObs.key();
    10621062        const t_rnxObs& rnxObs = itObs.value();
    1063         if (typeV3 == type2to3(sys, type)) {
     1063        if (typeV3 == type2to3(sys, type) || typeV3 == type2to3(sys, type).left(2)) {
    10641064          found = true;
    10651065          if (rnxObs.value == 0.0) {
Note: See TracChangeset for help on using the changeset viewer.