Changeset 10026 in ntrip
- Timestamp:
- Apr 11, 2023, 2:18:38 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10019 r10026 480 480 // -------------------- 481 481 if (_resTime.valid() && clkCorr._time <= _resTime) { 482 #ifdef BNC_DEBUG_CMB 482 483 emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1(), true); 484 #endif 483 485 continue; 484 486 } … … 1053 1055 flag = 1; 1054 1056 } 1055 if (sys == 'R') {1056 return success;1057 }1057 // if (sys == 'R') { 1058 // return success; 1059 // } 1058 1060 int iCond = 1; 1059 1061 // GNSS
Note:
See TracChangeset
for help on using the changeset viewer.