Changeset 6350 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Nov 26, 2014, 6:27:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6349 r6350 217 217 epo->_xyz[sat1->_prn] = sat1->_xyz; 218 218 if (true) { //// TODO: check whether clocks set in SP3 files 219 epo->_dc[sat1->_prn] = (sat1->_clk - sat2->_clk) * t_CST::c;219 epo->_dc[sat1->_prn] = sat1->_clk - sat2->_clk; 220 220 clkSats.insert(sat1->_prn); 221 221 }
Note:
See TracChangeset
for help on using the changeset viewer.