Changeset 2406 in ntrip
- Timestamp:
- Apr 7, 2010, 4:45:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2372 r2406 772 772 char lamCh = 'E'; 773 773 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' 776 777 } 777 778
Note:
See TracChangeset
for help on using the changeset viewer.