Changeset 10013 in ntrip for trunk/BNC/src/PPP/pppFilter.h
- Timestamp:
- Mar 18, 2023, 10:27:46 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.h
r10010 r10013 106 106 } 107 107 _lastRow += maxObsSys; 108 #ifdef BNC_DEBUG_PPP 109 LOG << sys << " updateIndices: lastRow: " << _lastRow << "\n" ; 110 #endif 108 111 109 }; 112 110 … … 138 136 } 139 137 t_irc prepareAA(const Matrix& AA, int ind) { 140 #ifdef BNC_DEBUG_PPP 141 LOG << "prepare AA" << ind << "\n"; 142 #endif 138 143 139 Matrix* Prep = &_AA2; 144 140 if (ind == 1) { 145 141 Prep = &_AA1; 146 142 } 147 #ifdef BNC_DEBUG_PPP 148 LOG << "_firstRow: " << _firstRow << " _lastRow: " << _lastRow << " _numPar " << _numPar << std::endl; 149 LOG << "AA.Ncols() > _numPar? " << AA.Ncols() << " / " << _numPar << std::endl; 150 #endif 143 151 144 if (AA.Ncols() > _numPar) { 152 145 LOG << "t_pppFilter::prepareAA: AA.Ncols() > _numPar: " << AA.Ncols() << " > " << _numPar << std::endl;
Note:
See TracChangeset
for help on using the changeset viewer.