Changeset 6871 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
Jun 1, 2015, 4:06:54 PM (9 years ago)
Author:
stuerze
Message:

minor simplification of the last changes

File:
1 edited

Legend:

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

    r6870 r6871  
    233233          satList.append(sat);
    234234        }
    235         _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList));
    236235        delete in;
    237       } else if (sys) {
    238         _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList));
    239       }
     236      }
     237      _phaseShifts.insert(sys+obstype, QPair<double, QStringList>(shift, satList));
    240238    }
    241239    else if (key == "GLONASS COD/PHS/BIS"){
Note: See TracChangeset for help on using the changeset viewer.