Changeset 4544 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Aug 21, 2012, 6:18:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4541 r4544 305 305 QVector<t_polarPoint*>* dataMP2) { 306 306 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) 309 309 310 310 for (int chunkStart = 0; chunkStart + numEpo < satStat.anaObs.size();
Note:
See TracChangeset
for help on using the changeset viewer.