Changeset 4504 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
Aug 12, 2012, 12:21:09 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r4503 r4504  
    365365  if (_header._obsTypesV2.size() == 0) {
    366366    if (_header._version < 3.0) {
     367      addComments << "default set of observation types used";
    367368    }
    368369    _header._obsTypesV2 << "C1" << "P1" << "L1" << "S1"
     
    374375  if (_header._obsTypesV3.size() == 0) {
    375376    if (_header._version >= 3.0) {
     377      addComments << "default set of observation types used";
    376378    }
    377379    _header._obsTypesV3['G'] << "C1C" << "L1C" << "D1C" << "S1C"
Note: See TracChangeset for help on using the changeset viewer.