Changeset 3571 in ntrip for branches/BNC_LM/bncgetthread.cpp


Ignore:
Timestamp:
Dec 25, 2011, 7:27:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_LM/bncgetthread.cpp

    r3509 r3571  
    141141  }
    142142  else {
    143     _rnx = new bncRinex(_staID, _mountPoint, _format, _latitude,
     143    _rnx = new bncRinex(_staID, _mountPoint, _latitude,
    144144                        _longitude, _nmea, _ntripVersion);
    145145  }
     
    491491            _rnx->deepCopy(obs);
    492492          }
    493           _rnx->dumpEpoch(obsTime);
     493          _rnx->dumpEpoch(_format, obsTime);
    494494        }
    495495     
Note: See TracChangeset for help on using the changeset viewer.