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


Ignore:
Timestamp:
Mar 18, 2020, 11:07:35 AM (4 years ago)
Author:
stuerze
Message:

upgrade to newmat11 library

File:
1 edited

Legend:

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

    r8483 r8902  
    198198    in >> sp3Sat->_prn >> sp3Sat->_xyz(1) >> sp3Sat->_xyz(2) >> sp3Sat->_xyz(3) >> sp3Sat->_clk;
    199199
    200     if (sp3Sat->_xyz.norm_Frobenius() == 0.0) {
     200    if (sp3Sat->_xyz.NormFrobenius() == 0.0) {
    201201      delete sp3Sat;
    202202      continue;
Note: See TracChangeset for help on using the changeset viewer.