Changeset 2067 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Dec 1, 2009, 2:56:32 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2062 r2067  
    215215                              ColumnVector& xc, ColumnVector& vv, bool& corr) {
    216216
    217   const double MAXAGE = 120.0;
     217  const bool   CORR_REQUIRED = true;
     218  const double MAXAGE        = 120.0;
    218219
    219220  corr = false;
     
    228229        corr = true;
    229230        applyCorr(cc, xc, vv);
     231      }
     232    }
     233    else {
     234      if (CORR_REQUIRED) {
     235        return failure;
    230236      }
    231237    }
Note: See TracChangeset for help on using the changeset viewer.