Changeset 2406 in ntrip


Ignore:
Timestamp:
Apr 7, 2010, 4:45:40 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2372 r2406  
    772772  char lamCh = 'E';
    773773  if (lamDeg < 0) {
    774     lamDeg = -lamDeg;
    775     lamCh  =  'W';
     774//  lamDeg = -lamDeg;      // GW, reason: RTKPlot cant handle 'W'
     775//  lamCh  =  'W';         // GW, reason: RTKPlot cant handle 'W'
     776    lamDeg = 360. +lamDeg; // GW, reason: RTKPlot cant handle 'W'
    776777  }   
    777778
Note: See TracChangeset for help on using the changeset viewer.