Changeset 9770 in ntrip for trunk/BNC/src/rinex/reqcedit.cpp


Ignore:
Timestamp:
Jun 22, 2022, 3:18:32 PM (22 months ago)
Author:
stuerze
Message:

minor changes to handle RINEX 2,3,4

File:
1 edited

Legend:

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

    r9765 r9770  
    6666    _rnxVersion = defaultRnxObsVersion2;
    6767  }
    68   if (version == 3) {
     68  else if (version == 3) {
    6969    _rnxVersion = defaultRnxObsVersion3;
    7070  }
    71   if (version == 4) {
     71  else if (version == 4) {
    7272    _rnxVersion = defaultRnxObsVersion4;
    7373  }
Note: See TracChangeset for help on using the changeset viewer.