Changeset 5793 in ntrip for trunk/BNC/src/PPP/pppMain.cpp


Ignore:
Timestamp:
Aug 4, 2014, 4:35:46 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5775 r5793  
    205205    }
    206206
     207    // Some default values
     208    // -------------------
     209    opt->_minObs      = 4;
     210    opt->_minEle      = 10.0;
     211    opt->_maxResC1    = 10.0;
     212    opt->_maxResL1    = 0.10;
     213    opt->_eleWgtCode  = false;
     214    opt->_eleWgtPhase = false;
     215
    207216    _options << opt;
    208217  }
Note: See TracChangeset for help on using the changeset viewer.