Changeset 6600 in ntrip for trunk/BNC/src/rinex/rnxnavfile.cpp


Ignore:
Timestamp:
Feb 20, 2015, 9:23:22 AM (9 years ago)
Author:
stuerze
Message:

complete renaming Compass to BDS

File:
1 edited

Legend:

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

    r6518 r6600  
    198198        lines << stream->readLine();
    199199      }
    200       eph = new t_ephCompass(version(), lines);
     200      eph = new t_ephBDS(version(), lines);
    201201    }
    202202    if (eph && eph->checkState() != t_eph::bad) {
Note: See TracChangeset for help on using the changeset viewer.