Changeset 9797 in ntrip for trunk/BNC/src/bncutils.cpp


Ignore:
Timestamp:
Aug 10, 2022, 4:52:43 PM (21 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.cpp

    r9787 r9797  
    780780
    781781  eleSat = acos( sqrt(neu[0]*neu[0] + neu[1]*neu[1]) / rho );
    782   if (neu[2] < 0) {
     782  if (neu[2] < 0.0) {
    783783    eleSat *= -1.0;
    784784  }
Note: See TracChangeset for help on using the changeset viewer.