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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8844 r8904  
    270270  }
    271271
    272   lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', 
     272  lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n',
    273273      QString::SkipEmptyParts);
    274274  _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
     
    19261926              phasebiasSat->Biases[ii].SignalsWideLaneIntegerIndicator = pbSig.wlIndicator;
    19271927              phasebiasSat->Biases[ii].SignalDiscontinuityCounter = pbSig.discontinuityCounter;
    1928             }           
     1928            }
    19291929            else if (pbSig.type == "2S") {
    19301930              int ii = phasebiasSat->NumberOfPhaseBiases;
     
    26012601  // Clock correction proportional to topocentric distance to satellites
    26022602  // -------------------------------------------------------------------
    2603   double rho = (xyz - meanSta).norm_Frobenius();
     2603  double rho = (xyz - meanSta).NormFrobenius();
    26042604  dc = rho * (sc - 1.0) / sc / t_CST::c;
    26052605
Note: See TracChangeset for help on using the changeset viewer.