Changeset 8561 in ntrip for trunk/BNC/src/rinex/availplot.cpp


Ignore:
Timestamp:
Dec 12, 2018, 5:18:04 PM (6 years ago)
Author:
mervart
Message:

Analyze more than two signals

File:
1 edited

Legend:

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

    r8555 r8561  
    124124    scaleDrawPrn->_yLabels[iC] = prn;
    125125
    126     double eps = 0.0;
     126    double eps = -0.1;
    127127
    128128    for (QMap<char, t_plotData::t_hlpStatus >::const_iterator it = plotData._status.begin();
     
    158158      }
    159159
    160       eps += 0.1;
     160      eps += 0.2;
    161161    }
    162162  }
Note: See TracChangeset for help on using the changeset viewer.