Changeset 4677 in ntrip


Ignore:
Timestamp:
Sep 9, 2012, 11:09:05 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4676 r4677  
    382382////////////////////////////////////////////////////////////////////////////
    383383void t_reqcAnalyze::prepareObsStat(unsigned iEpo, double obsInterval) {
    384   const int numEpo = int(600.0 / obsInterval); // # epochs in one chunk (10 min)
    385   if (iEpo % numEpo == 0) {
     384  const int sampl = int(30.0 / obsInterval);
     385  if (iEpo % sampl == 0) {
    386386    double mjdX24 = _currEpo->tt.mjddec() * 24.0;
    387387    if (iEpo != 0) {
Note: See TracChangeset for help on using the changeset viewer.