Changeset 2162 in ntrip for trunk/BNC/bncfigureppp.cpp


Ignore:
Timestamp:
Jan 1, 2010, 12:13:33 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncfigureppp.cpp

    r2161 r2162  
    9595  double yOffset = _neuMax / 10.0;
    9696
    97   int tNew = int( (tt - _tMin   + tOffset) * tScale );
    98   int yNew = int( (yy + _neuMax + yOffset) * yScale );
     97  int tNew = int( ( tt - _tMin   + tOffset) * tScale );
     98  int yNew = int( (-yy + _neuMax + yOffset) * yScale );
    9999
    100100  return QPoint(tNew, yNew);
Note: See TracChangeset for help on using the changeset viewer.