Changeset 4333 in ntrip


Ignore:
Timestamp:
Jun 23, 2012, 8:15:16 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4331 r4333  
    6565////////////////////////////////////////////////////////////////////////////
    6666t_polarCurve* t_polarPlot::createCurve() const {
    67   const int numPoints = 200;
     67  const int numPoints = 1000;
    6868  t_polarCurve* curve = new t_polarCurve();
    6969  curve->setStyle(QwtPolarCurve::NoCurve);  // draw only symbols
Note: See TracChangeset for help on using the changeset viewer.