Changeset 5843 in ntrip


Ignore:
Timestamp:
Aug 6, 2014, 6:12:04 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5837 r5843  
    136136//
    137137//////////////////////////////////////////////////////////////////////////////
    138 double t_pppOptions::maxRes(t_lc::type /* tLC */) const {
    139   return _maxResC1;
     138double t_pppOptions::maxRes(t_lc::type tLC) const {
     139
     140  if (t_lc::includesCode(tLC)) {
     141    return _maxResC1;
     142  }
     143  else {
     144    return _maxResL1;
     145  }
    140146}
Note: See TracChangeset for help on using the changeset viewer.