Changeset 6526 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 30, 2014, 5:04:06 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r6521 r6526  
    181181
    182182  const double MINDIST = 2.e7;
    183   const double MAXDIST = 4.e7;
     183  const double MAXDIST = 6.e7;
    184184  if (rr < MINDIST || rr > MAXDIST) {
    185185    eph->setCheckState(t_eph::bad);
     
    189189  // Check consistency with older ephemerides
    190190  // ----------------------------------------
    191   const double MAXDIFF = 100.0;
     191  const double MAXDIFF = 1000.0;
    192192  QString      prn     = QString(eph->prn().toString().c_str());
    193193  t_eph*       ephL    = ephLast(prn);
Note: See TracChangeset for help on using the changeset viewer.