Changeset 2482 in ntrip
- Timestamp:
- May 11, 2010, 10:10:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2477 r2482 535 535 sig_P3 = 5.0; 536 536 if ( Qt::CheckState(settings.value("pppUsePhase").toInt()) == Qt::Checked ) { 537 sig_P3 = settings.value("pppSig C").toDouble();537 sig_P3 = settings.value("pppSigmaCode").toDouble(); 538 538 if (sig_P3 < 0.3 || sig_P3 > 50.0) { 539 539 sig_P3 = 5.0;
Note:
See TracChangeset
for help on using the changeset viewer.