Changeset 10316 in ntrip


Ignore:
Timestamp:
Jan 19, 2024, 10:55:41 PM (3 months ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

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

    r9945 r10316  
    246246      continue;
    247247    }
    248     if (version() >= 4.0) {
     248    if (version() >= 5.0) {
    249249      if (eph->setNavType(navTypeStr) != success) {
    250250        delete eph;
     
    252252      }
    253253    }
     254
    254255    _ephs.push_back(eph);
    255256  }
Note: See TracChangeset for help on using the changeset viewer.