- Timestamp:
- Oct 30, 2011, 2:32:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3483 r3484 166 166 } 167 167 168 // Use Glonass 169 // ----------- 170 if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) { 171 _useGlonass = true; 172 } 173 else { 174 _useGlonass = false; 175 } 176 168 177 // Initialize Parameters (model: Clk_Corr = AC_Offset + Sat_Offset + Clk) 169 178 // ---------------------------------------------------------------------- … … 226 235 if (_MAXRES <= 0.0) { 227 236 _MAXRES = 999.0; 228 }229 230 // Use Glonass231 // -----------232 if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {233 _useGlonass = true;234 }235 else {236 _useGlonass = false;237 237 } 238 238 }
Note:
See TracChangeset
for help on using the changeset viewer.