Changeset 4544 in ntrip
- Timestamp:
- Aug 21, 2012, 6:18:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.