Changeset 4333 in ntrip for trunk/BNC/src/rinex/polarplot.cpp
- Timestamp:
- Jun 23, 2012, 8:15:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/polarplot.cpp
r4331 r4333 65 65 //////////////////////////////////////////////////////////////////////////// 66 66 t_polarCurve* t_polarPlot::createCurve() const { 67 const int numPoints = 200;67 const int numPoints = 1000; 68 68 t_polarCurve* curve = new t_polarCurve(); 69 69 curve->setStyle(QwtPolarCurve::NoCurve); // draw only symbols
Note:
See TracChangeset
for help on using the changeset viewer.