Changeset 10101 in ntrip


Ignore:
Timestamp:
Jun 19, 2023, 11:41:38 AM (10 months ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10098 r10101  
    10491049    clkCorrections.push_back(clkCorr);
    10501050
    1051     // CODE BIASES
    1052     t_satCodeBias satCodeBias(static_cast<t_satCodeBias>(*corr->_satCodeBias));
    1053     satCodeBias._staID = "INTERNAL";
    1054     satCodeBiasList.push_back(satCodeBias);
    10551051
    10561052    ColumnVector xc(6);
     
    10861082    hlp.clear();
    10871083
    1088     if (satCodeBias._bias.size()) {
     1084    // CODE BIASES
     1085    if (corr->_satCodeBias) {
     1086      t_satCodeBias satCodeBias(static_cast<t_satCodeBias>(*corr->_satCodeBias));
     1087      satCodeBias._staID = "INTERNAL";
     1088      satCodeBiasList.push_back(satCodeBias);
    10891089      hlp = QString().asprintf(" CodeBias %2lu", satCodeBias._bias.size());
    10901090      outLines += hlp;
Note: See TracChangeset for help on using the changeset viewer.