Changeset 10231 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Oct 30, 2023, 4:39:27 PM (7 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10222 r10231  
    3333using namespace std;
    3434
    35 const double   GLO_WEIGHT_FACTOR = 3.0;
    36 const double   BDS_WEIGHT_FACTOR = 3.0;
     35const double   GLO_WEIGHT_FACTOR = 1.0;
     36const double   BDS_WEIGHT_FACTOR = 1.0;
    3737
    3838// Constructor
     
    393393
    394394  // Enlarge maxRes GLO+BDS
    395   // ----------------------
     395  /* ----------------------
    396396  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    397397    retVal *= GLO_WEIGHT_FACTOR;
     
    399399  if (_prn.system() == 'C' && t_lc::includesCode(tLC)){
    400400    retVal *= BDS_WEIGHT_FACTOR;
    401   }
     401  }*/
    402402
    403403  return retVal;
Note: See TracChangeset for help on using the changeset viewer.