Changeset 4672 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Sep 9, 2012, 10:07:06 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4671 r4672  
    5353#include "availplot.h"
    5454#include "eleplot.h"
     55#include "dopplot.h"
    5556
    5657using namespace std;
     
    578579    t_elePlot* plotZ = new t_elePlot(0, &_availDataMap);
    579580
    580     t_elePlot* plotD = new t_elePlot(0, &_availDataMap);
     581    t_dopPlot* plotD = new t_dopPlot(0, &_obsStat);
    581582
    582583    QVector<QWidget*> plots;
Note: See TracChangeset for help on using the changeset viewer.