Changeset 4913 in ntrip


Ignore:
Timestamp:
Feb 13, 2013, 3:31:05 PM (11 years ago)
Author:
weber
Message:

Clock correction due to scale in transformation

File:
1 edited

Legend:

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

    r4912 r4913  
    630630  // -------------------------------------------------------------------
    631631  double rho = (xyz - meanSta).norm_Frobenius();
    632   dc = rho * (sc - 1.0) / t_CST::c;
     632  dc = rho * (sc - 1.0) / sc / t_CST::c;
    633633
    634634  Matrix rMat(3,3);
Note: See TracChangeset for help on using the changeset viewer.