Changeset 2936 in ntrip


Ignore:
Timestamp:
Jan 29, 2011, 8:13:37 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r2935 r2936  
    406406      pp->xx += dx(iPar);
    407407      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        }
    409411      }
    410412    }
Note: See TracChangeset for help on using the changeset viewer.