Changeset 6015 in ntrip for trunk/BNC/src/bncantex.cpp


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

Legend:

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

    r5815 r6015  
    283283//
    284284////////////////////////////////////////////////////////////////////////////
    285 double bncAntex::rcvCorr(BNC_PPP::t_frequency::type /* frqType */, const std::string& antName,
    286                double eleSat, bool& found) const {
     285double bncAntex::rcvCorr(const std::string& antName, double eleSat, bool& found) const {
    287286  return pco(QString(antName.c_str()), eleSat, found);
    288287}
Note: See TracChangeset for help on using the changeset viewer.