Changeset 6533 in ntrip for trunk/BNC/src/bncsp3.cpp


Ignore:
Timestamp:
Dec 30, 2014, 7:30:46 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.cpp

    r6440 r6533  
    188188    in >> sp3Sat->_prn >> sp3Sat->_xyz(1) >> sp3Sat->_xyz(2) >> sp3Sat->_xyz(3) >> sp3Sat->_clk;
    189189
     190    if (sp3Sat->_xyz.norm_Frobenius() == 0.0) {
     191      delete sp3Sat;
     192      continue;
     193    }
     194
    190195    sp3Sat->_xyz *= 1.e3;
    191196    if (sp3Sat->_clk == 999999.999999) {
Note: See TracChangeset for help on using the changeset viewer.