- Timestamp:
- Jan 29, 2011, 8:13:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2935 r2936 406 406 pp->xx += dx(iPar); 407 407 if (pp->type == cmbParam::clk) { 408 resCorr[pp->prn]->dClk = pp->xx / t_CST::c; 408 if (resCorr.find(pp->prn) != resCorr.end()) { 409 resCorr[pp->prn]->dClk = pp->xx / t_CST::c; 410 } 409 411 } 410 412 }
Note:
See TracChangeset
for help on using the changeset viewer.