Changeset 9893 in ntrip


Ignore:
Timestamp:
Nov 23, 2022, 10:48:59 AM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9854 r9893  
    680680                                   QVector<t_eph*>& ephs) {
    681681  t_rnxNavFile rnxNavFile(fileName, t_rnxNavFile::input);
    682   bncEphUser ephUser(false);
    683682  for (unsigned ii = 0; ii < rnxNavFile.ephs().size(); ii++) {
    684683    t_eph* eph   = rnxNavFile.ephs()[ii];
     
    692691      }
    693692    }
     693
    694694    if (isNew) {
    695695      if      (eph->type() == t_eph::GPS) {
Note: See TracChangeset for help on using the changeset viewer.