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


Ignore:
Timestamp:
Jun 24, 2012, 7:40:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4357 r4359  
    106106    }
    107107    if (maxMP > SLIPTRESH) {
     108      maxMP = SLIPTRESH;
    108109    }
    109110   
    110 
    111     QwtInterval scaleInterval(0.0, maxMP);
     111    ///    QwtInterval scaleInterval(0.0, maxMP);
     112    QwtInterval scaleInterval(0.0, 1.0);
    112113
    113114    t_polarPlot* plotMP1 = new t_polarPlot(QwtText("MP1"), scaleInterval,
Note: See TracChangeset for help on using the changeset viewer.