Ignore:
Timestamp:
Sep 13, 2013, 11:32:51 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/monitor.cpp

    r5449 r5450  
    140140      double ell[3];
    141141
    142       if (xyz2ell(xyz, ell) == success) {
     142      if (t_utils::xyz2ell(xyz, ell) == t_CST::success) {
    143143        double latDeg = ell[0] * 180.0 / M_PI;
    144144        double lonDeg = ell[1] * 180.0 / M_PI;
Note: See TracChangeset for help on using the changeset viewer.