Changeset 10024 in ntrip


Ignore:
Timestamp:
Apr 11, 2023, 1:39:26 PM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9930 r10024  
    10921092  double relativity = -2.0 * DotProduct(xP, rtnVel) / t_CST::c;
    10931093  double clkRnx     = (rtnClk[0] - relativity) / t_CST::c;  // [s]
    1094   double clkRnxRate = rtnClk[1] / t_CST::c;                 // [s/s = -]
    1095   double clkRnxAcc  = rtnClk[2] / t_CST::c;                 // [s/s² ) -/s]
     1094  double clkRnxRate = rtnClk[1] / t_CST::c;                 // [s/s  = -]
     1095  double clkRnxAcc  = rtnClk[2] / t_CST::c;                 // [s/s² = -/s]
    10961096
    10971097  if (_rnx) {
Note: See TracChangeset for help on using the changeset viewer.