Changeset 10336 in ntrip


Ignore:
Timestamp:
Feb 15, 2024, 10:50:28 AM (2 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10334 r10336  
    3434
    3535const double   GLO_WEIGHT_FACTOR = 1.0;
    36 const double   BDS_WEIGHT_FACTOR = 1.0;
    3736
    3837// Constructor
     
    359358    retVal *= GLO_WEIGHT_FACTOR;
    360359  }
    361   if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
    362     retVal *= BDS_WEIGHT_FACTOR;
    363   }
    364360
    365361  // Elevation-Dependent Weighting
     
    399395  retVal = sqrt(retVal);
    400396
    401 
    402397  // Enlarge maxRes GLO
    403398  // ------------------
    404399  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    405400    retVal *= GLO_WEIGHT_FACTOR;
    406   }
    407   if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
    408     retVal *= BDS_WEIGHT_FACTOR;
    409401  }
    410402
Note: See TracChangeset for help on using the changeset viewer.