Changeset 6351 in ntrip for trunk/BNC/src/orbComp/sp3Comp.cpp


Ignore:
Timestamp:
Nov 26, 2014, 6:34:14 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6350 r6351  
    216216              epo->_dr[sat1->_prn]  = sat1->_xyz - sat2->_xyz;
    217217              epo->_xyz[sat1->_prn] = sat1->_xyz;
    218               if (true) {  //// TODO: check whether clocks set in SP3 files
     218              if (sat1->_clkValid && sat2->_clkValid) {
    219219                epo->_dc[sat1->_prn] = sat1->_clk - sat2->_clk;
    220220                clkSats.insert(sat1->_prn);
Note: See TracChangeset for help on using the changeset viewer.