Changeset 10230 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 27, 2023, 10:43:56 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10229 r10230 862 862 irc = processEpoch_singleEpoch(epoTime, sys, out, resCorr, dx); 863 863 } 864 864 865 865 // Update Parameter Values, Print Results 866 866 // -------------------------------------- … … 967 967 out << " Outlier" << "\n"; 968 968 _QQ[sys] = QQ_sav; 969 delete corrs(sys)[maxResIndex-1]; 969 970 corrs(sys).remove(maxResIndex-1); 970 971 }
Note:
See TracChangeset
for help on using the changeset viewer.