Changeset 8782 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 19, 2019, 1:26:45 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.cpp

    r8774 r8782  
    811811double accuracyFromIndex(int index, t_eph::e_type type) {
    812812
    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) {
    815817
    816818    if ((index >= 0) && (index <= 6)) {
Note: See TracChangeset for help on using the changeset viewer.