Changeset 10250 in ntrip for trunk/BNC/src/pppWidgets.cpp


Ignore:
Timestamp:
Nov 13, 2023, 1:44:42 PM (6 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10127 r10250  
    353353  }
    354354  else {
    355     _sigmaC1->setText("2.0");
     355    _sigmaC1->setText("1.0");
    356356  }
    357357
     
    360360  }
    361361  else {
    362     _sigmaL1->setText("0.02");
     362    _sigmaL1->setText("0.01");
    363363  }
    364364
     
    367367  }
    368368  else {
    369     _sigmaGIM->setText("5.0");
     369    _sigmaGIM->setText("1.0");
    370370  }
    371371
     
    374374  }
    375375  else {
    376     _maxResC1->setText("3.0");
     376    _maxResC1->setText("2.0");
    377377  }
    378378
     
    381381  }
    382382  else {
    383     _maxResL1->setText("0.03");
     383    _maxResL1->setText("0.02");
    384384  }
    385385
     
    388388  }
    389389  else {
    390     _maxResGIM->setText("3.0");
     390    _maxResGIM->setText("2.0");
    391391  }
    392392
Note: See TracChangeset for help on using the changeset viewer.