- Timestamp:
- May 22, 2024, 10:14:54 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10494 r10495 1010 1010 double facSys = 1.0; 1011 1011 if (sys == 'C' && 1012 corrs(sys)[maxResIndex-1]->_prn.mid(1, 3).toInt() <= 16) {1012 corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2 1013 1013 facSys *= 10.0; 1014 1014 } … … 1551 1551 double facSys = 1.0; 1552 1552 if (sys == 'C' && 1553 prn.mid(1, 3).toInt() <= 16) {1553 prn.mid(1,2).toInt() <= 16) {// BDS-2 1554 1554 facSys *= 10.0; 1555 1555 }
Note:
See TracChangeset
for help on using the changeset viewer.