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


Ignore:
Timestamp:
Sep 8, 2012, 6:29:05 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4667 r4668  
    232232      }
    233233      if ( (iEpo % step) == 0 ) {
     234        if (_numSatTim.size() > 0) {
     235          _numSatTim << _numSatTim.last();
     236          _numSat    << numSat;
     237        }
    234238        _numSatTim << _currEpo->tt.mjddec() * 24.0;
    235239        _numSat    << numSat;
Note: See TracChangeset for help on using the changeset viewer.