Changeset 10626 in ntrip for trunk


Ignore:
Timestamp:
Mar 14, 2025, 8:44:57 AM (7 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10618 r10626  
    393393
    394394  retVal = sqrt(retVal);
    395 
    396   // De-Weight R
    397   // -----------
    398   if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) {
    399     retVal *= 5.0;
    400   }
    401395
    402396  return retVal;
Note: See TracChangeset for help on using the changeset viewer.