Changeset 4913 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
- Timestamp:
- Feb 13, 2013, 3:31:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r4912 r4913 630 630 // ------------------------------------------------------------------- 631 631 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; 633 633 634 634 Matrix rMat(3,3);
Note:
See TracChangeset
for help on using the changeset viewer.