Changeset 10565 in ntrip


Ignore:
Timestamp:
Oct 9, 2024, 5:34:14 PM (2 weeks ago)
Author:
stuerze
Message:

bug fixed in writing CodeBiases into a SSR file

File:
1 edited

Legend:

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

    r10311 r10565  
    6767      corr._prn.setFlags(1);// I/NAV
    6868    }
    69     corr._dClk       /= (t_CST::c);       
    70     corr._dotDClk    /= (t_CST::c * 1.e3); 
    71     corr._dotDotDClk /= (t_CST::c * 1.e3); 
     69    corr._dClk       /= (t_CST::c);
     70    corr._dotDClk    /= (t_CST::c * 1.e3);
     71    corr._dotDotDClk /= (t_CST::c * 1.e3);
    7272
    7373    corrList.push_back(corr);
     
    221221           << satCodeBias._updateInt <<  " "
    222222           << biasList.size() << ' ' << satCodeBias._staID << endl;
    223     }
    224     if (!satCodeBias._bias.size()) {
    225       continue;
    226223    }
    227224    *out << satCodeBias._prn.toString() << "   " << setw(2) << satCodeBias._bias.size();
Note: See TracChangeset for help on using the changeset viewer.