Changeset 8782 in ntrip
- Timestamp:
- Jul 19, 2019, 1:26:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncutils.cpp
r8774 r8782 811 811 double accuracyFromIndex(int index, t_eph::e_type type) { 812 812 813 if (type == t_eph::GPS || type == t_eph::BDS || type == t_eph::SBAS 814 || type == t_eph::QZSS) { 813 if (type == t_eph::GPS || 814 type == t_eph::BDS || 815 type == t_eph::SBAS|| 816 type == t_eph::QZSS) { 815 817 816 818 if ((index >= 0) && (index <= 6)) {
Note:
See TracChangeset
for help on using the changeset viewer.