Ignore:
Timestamp:
Aug 27, 2020, 3:34:22 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.cpp

    r9036 r9049  
    5353// Constructor
    5454////////////////////////////////////////////////////////////////////////////
    55 RTCM3coDecoder::RTCM3coDecoder(const QString& staID, const e_type type) {
     55RTCM3coDecoder::RTCM3coDecoder(const QString& staID) {
    5656
    5757  _staID = staID;
     
    9797  _providerID[2] = -1;
    9898
    99   _type = type;
    10099  _ssrCorr = 0;
    101100}
Note: See TracChangeset for help on using the changeset viewer.