Changeset 6533 in ntrip
- Timestamp:
- Dec 30, 2014, 7:30:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r6440 r6533 188 188 in >> sp3Sat->_prn >> sp3Sat->_xyz(1) >> sp3Sat->_xyz(2) >> sp3Sat->_xyz(3) >> sp3Sat->_clk; 189 189 190 if (sp3Sat->_xyz.norm_Frobenius() == 0.0) { 191 delete sp3Sat; 192 continue; 193 } 194 190 195 sp3Sat->_xyz *= 1.e3; 191 196 if (sp3Sat->_clk == 999999.999999) {
Note:
See TracChangeset
for help on using the changeset viewer.