Changeset 9553 in ntrip


Ignore:
Timestamp:
Nov 24, 2021, 2:21:06 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9552 r9553  
    344344  }
    345345  if (tLC == t_lc::GIM) {
    346     retVal = it->second * it->second * OPT->_maxResGIM * OPT->_maxResGIM;
     346    retVal = OPT->_maxResGIM * OPT->_maxResGIM + OPT->_maxResGIM * OPT->_maxResGIM;
    347347  }
    348348
Note: See TracChangeset for help on using the changeset viewer.