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


Ignore:
Timestamp:
Sep 8, 2012, 5:12:31 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4659 r4662  
    5252#include "polarplot.h"
    5353#include "availplot.h"
    54 #include "zenplot.h"
     54#include "eleplot.h"
    5555
    5656using namespace std;
     
    534534    }
    535535    if (zenFlag) {
    536       _availDataMap[prn]._zenTim << mjdX24;
    537       _availDataMap[prn]._zenDeg << zenDeg;
     536      _availDataMap[prn]._eleTim << mjdX24;
     537      _availDataMap[prn]._eleDeg << 90.0 - zenDeg;
    538538    }
    539539
     
    576576    plotA->setTitle(title);
    577577
    578     t_zenPlot* plotZ = new t_zenPlot(0, &_availDataMap);
     578    t_elePlot* plotZ = new t_elePlot(0, &_availDataMap);
    579579    plotZ->setTitle(title);
    580580
Note: See TracChangeset for help on using the changeset viewer.