Changeset 10125 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jul 18, 2023, 2:44:43 PM (10 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r10120 r10125  
    277277        for (int i2 = 0; i2 < in2.currEpoch()->_sp3Sat.size(); i2++) {
    278278          bncSP3::t_sp3Sat* sat2 = in2.currEpoch()->_sp3Sat[i2];
    279           if (sat1->_prn == sat2->_prn) {
     279          if (sat1->_prn == sat2->_prn &&
     280              sat1->_clkValid && sat2->_clkValid) {
    280281            epochOK        = true;
    281282            epo->_dr[sat1->_prn]  = sat1->_xyz - sat2->_xyz;
     
    463464      }
    464465      else {
    465         out << "  .       .    ";
     466        if  (prn != sys) {
     467//          out << "  .       .    ";
     468        }
    466469      }
    467470      if (prn != sys) {
     
    504507      }
    505508      else {
    506         out << "  .       .    ";
     509        if (prn == sys) {
     510//          out << "  .       .    ";
     511        }
    507512      }
    508513    }
Note: See TracChangeset for help on using the changeset viewer.