Changeset 8655 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 3, 2019, 10:22:27 AM (5 years ago)
Author:
stuerze
Message:

bug fixed in rinex file concatenation

File:
1 edited

Legend:

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

    r8437 r8655  
    567567      case t_eph::GPS:
    568568        haveGPS = true;
    569         haveGnss[t_eph::GLONASS] = true;
     569        haveGnss[t_eph::GPS] = true;
    570570        break;
    571571      case t_eph::GLONASS:
    572572        haveGlonass = true;
    573         haveGnss[t_eph::GPS] = true;
     573        haveGnss[t_eph::GLONASS] = true;
    574574        break;
    575575      case t_eph::Galileo:
Note: See TracChangeset for help on using the changeset viewer.