Changeset 9590 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Jan 7, 2022, 8:54:55 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9588 r9590  
    3131
    3232using namespace BNC_PPP;
    33 using std::cout;
    34 using std::endl;
     33using namespace std;
    3534
    3635// Constructor
     
    314313
    315314  // De-Weight GLONASS
    316   /* -----------------
     315  // -----------------
    317316  if (_prn.system() == 'R') {
    318     retVal *= 5.0;
    319   }*/
     317    retVal *= 2.0;
     318  }
    320319
    321320
     
    597596////////////////////////////////////////////////////////////////////////////
    598597void t_pppSatObs::printObsMinusComputed() const {
    599 // TODO: cout should be LOG
     598// TODO: LOG should be LOG
    600599  cout.setf(ios::fixed);
    601600  cout << "\nOBS-COMP for Satellite " << _prn.toString() << (isReference() ? " (Reference Satellite)" : "") << endl
Note: See TracChangeset for help on using the changeset viewer.