Changeset 2935 in ntrip for trunk/BNC/combination
- Timestamp:
- Jan 29, 2011, 8:11:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2934 r2935 405 405 cmbParam* pp = _params[iPar-1]; 406 406 pp->xx += dx(iPar); 407 if (pp->type == cmbParam::clk) { 408 resCorr[pp->prn]->dClk = pp->xx / t_CST::c; 409 } 407 410 } 408 411 409 cout << "ll = " << ll.t();410 cout << "dx = " << dx.t();411 412 cout << "vv = " << vv.t(); 412 413 413 } 414 414
Note:
See TracChangeset
for help on using the changeset viewer.