Changeset 10125 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Jul 18, 2023, 2:44:43 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r10120 r10125 277 277 for (int i2 = 0; i2 < in2.currEpoch()->_sp3Sat.size(); i2++) { 278 278 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) { 280 281 epochOK = true; 281 282 epo->_dr[sat1->_prn] = sat1->_xyz - sat2->_xyz; … … 463 464 } 464 465 else { 465 out << " . . "; 466 if (prn != sys) { 467 // out << " . . "; 468 } 466 469 } 467 470 if (prn != sys) { … … 504 507 } 505 508 else { 506 out << " . . "; 509 if (prn == sys) { 510 // out << " . . "; 511 } 507 512 } 508 513 }
Note:
See TracChangeset
for help on using the changeset viewer.