Changeset 9893 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 23, 2022, 10:48:59 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r9854 r9893 680 680 QVector<t_eph*>& ephs) { 681 681 t_rnxNavFile rnxNavFile(fileName, t_rnxNavFile::input); 682 bncEphUser ephUser(false);683 682 for (unsigned ii = 0; ii < rnxNavFile.ephs().size(); ii++) { 684 683 t_eph* eph = rnxNavFile.ephs()[ii]; … … 692 691 } 693 692 } 693 694 694 if (isNew) { 695 695 if (eph->type() == t_eph::GPS) {
Note:
See TracChangeset
for help on using the changeset viewer.