Changeset 9538 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Nov 9, 2021, 3:37:15 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP: pseudo obs tropo completely removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r9537 r9538  
    232232    }
    233233  }
    234   if (_opt->_pseudoObsTropo) {
    235     vector<t_pppSatObs*>::iterator it = obsVector.begin();
    236     while (it != obsVector.end()) {
    237       t_pppSatObs* satObs = *it;
    238       if (satObs->isReference()) {
    239         satObs->setPseudoObsTropo();
    240       }
    241       it++;
    242     }
    243   }
     234
    244235/*
    245236  vector<t_pppSatObs*>::iterator it = obsVector.begin();
Note: See TracChangeset for help on using the changeset viewer.