Changeset 10013 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Mar 18, 2023, 10:27:46 PM (18 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.h

    r10010 r10013  
    106106      }
    107107      _lastRow += maxObsSys;
    108 #ifdef BNC_DEBUG_PPP
    109       LOG << sys << " updateIndices: lastRow: " << _lastRow << "\n" ;
    110 #endif
     108
    111109    };
    112110
     
    138136    }
    139137    t_irc prepareAA(const Matrix& AA, int ind) {
    140 #ifdef BNC_DEBUG_PPP
    141       LOG << "prepare AA" << ind << "\n";
    142 #endif
     138
    143139      Matrix* Prep = &_AA2;
    144140      if (ind == 1) {
    145141        Prep = &_AA1;
    146142      }
    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
    151144      if (AA.Ncols() > _numPar) {
    152145        LOG << "t_pppFilter::prepareAA: AA.Ncols() > _numPar: " << AA.Ncols() << " > " << _numPar << std::endl;
Note: See TracChangeset for help on using the changeset viewer.