Changeset 8901 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


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

upgrade to newmat11 library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r8756 r8901  
    278278        ++nSatUsed;
    279279        ColumnVector dx = xSat.Rows(1,3) - xyzSta;
    280         double rho = dx.norm_Frobenius();
     280        double rho = dx.NormFrobenius();
    281281        AA(nSatUsed,1) = dx(1) / rho;
    282282        AA(nSatUsed,2) = dx(2) / rho;
Note: See TracChangeset for help on using the changeset viewer.