Changeset 6191 in ntrip


Ignore:
Timestamp:
Sep 14, 2014, 4:48:11 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6190 r6191  
    683683    if (frqObs->_snrValid) {
    684684      str << " S" << frqObs->_rnxType2ch << ' '
    685           << setw(8) << setprecision(3) << frqObs->_doppler;
     685          << setw(8) << setprecision(3) << frqObs->_snr;
    686686    }
    687687  }
Note: See TracChangeset for help on using the changeset viewer.