Changeset 5143 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
May 7, 2013, 4:26:33 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r5142 r5143  
    679679    // Signal-to-Noise Ratio Plot Data
    680680    // -------------------------------
    681     if ( (prn[0] == 'G' && plotGPS           ) ||
    682          (prn[0] == 'R' && plotGlo && slotSet) ||
    683          (prn[0] == 'E' && plotGal           ) ) {
     681    if ( (prn[0] == 'G' && plotGPS) ||
     682         (prn[0] == 'R' && plotGlo) ||
     683         (prn[0] == 'E' && plotGal) ) {
    684684      (*dataSNR1) << (new t_polarPoint(aziDeg, zenDeg, minSNR1));
    685685      (*dataSNR2) << (new t_polarPoint(aziDeg, zenDeg, minSNR2));
Note: See TracChangeset for help on using the changeset viewer.