Changeset 10532 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Sep 13, 2024, 5:43:34 PM (7 days ago)
Author:
stuerze
Message:

bug fixed: obs types from skl file are used now to write them into RINEX version 3 or 4 observation files as configured

File:
1 edited

Legend:

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

    r10524 r10532  
    236236  _rnxSkelExtComboBox  = new QComboBox();
    237237  _rnxSkelExtComboBox->setEditable(false);
    238   _rnxSkelExtComboBox->addItems(QString("skl, SKL").split(","));
     238  _rnxSkelExtComboBox->addItems(QString("skl,SKL").split(","));
    239239  int ik = _rnxSkelExtComboBox->findText(settings.value("rnxSkel").toString());
    240240  if (ik != -1) {
Note: See TracChangeset for help on using the changeset viewer.