Changeset 8694 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Apr 25, 2019, 12:39:27 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8617 r8694  
    217217           << satCodeBias._updateInt <<  " "
    218218           << biasList.size() << ' ' << satCodeBias._staID << endl;
     219    }
     220    if (!satCodeBias._bias.size()) {
     221      continue;
    219222    }
    220223    *out << satCodeBias._prn.toString() << "   " << setw(2) << satCodeBias._bias.size();
Note: See TracChangeset for help on using the changeset viewer.