Changeset 4544 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 21, 2012, 6:18:46 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4541 r4544  
    305305                                     QVector<t_polarPoint*>* dataMP2) {
    306306
    307   const int chunkStep =  30.0 / obsInterval; // chunk step (30 sec) 
    308   const int numEpo    = 600.0 / obsInterval; // # epochs in one chunk (10 min)
     307  const int chunkStep = int( 30.0 / obsInterval); // chunk step (30 sec) 
     308  const int numEpo    = int(600.0 / obsInterval); // # epochs in one chunk (10 min)
    309309
    310310  for (int chunkStart = 0; chunkStart + numEpo < satStat.anaObs.size();
Note: See TracChangeset for help on using the changeset viewer.