Changeset 8902 in ntrip for trunk/BNC/src/bncsp3.cpp
- Timestamp:
- Mar 18, 2020, 11:07:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r8483 r8902 198 198 in >> sp3Sat->_prn >> sp3Sat->_xyz(1) >> sp3Sat->_xyz(2) >> sp3Sat->_xyz(3) >> sp3Sat->_clk; 199 199 200 if (sp3Sat->_xyz. norm_Frobenius() == 0.0) {200 if (sp3Sat->_xyz.NormFrobenius() == 0.0) { 201 201 delete sp3Sat; 202 202 continue;
Note:
See TracChangeset
for help on using the changeset viewer.