Changeset 10569 in ntrip


Ignore:
Timestamp:
Oct 24, 2024, 10:15:30 AM (2 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r10553 r10569  
    661661    QDate date = dateAndTimeFromGPSweek(currentTime.gpsw(), currentTime.gpssec()).date();
    662662    if (_type == IGSssr) {
    663       if (epoSecGPS != -1 && epoSecGPS != epoSecGlo) {// should be not done in case of an IGS-SSR encoding error => line has to be deleted
     663      if (epoSecGPS != epoSecGlo) {// should be not done in case of an IGS-SSR encoding error => line has to be deleted
    664664        epoSecGlo = epoSecGlo + gnumleap(date.year(), date.month(), date.day());
    665665      }
Note: See TracChangeset for help on using the changeset viewer.