Changeset 8449 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 14, 2018, 12:35:30 PM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r8445 r8449  
    254254        double res = rr.norm_Frobenius() - satObs->obsValue(tLC)
    255255          - (satObs->xc()[3] - xyzc[3]) * t_CST::c;
    256         if (fabs(res) > maxRes || isnan(res)) {
     256        if (fabs(res) > maxRes || std::isnan(res)) {
    257257          maxRes      = fabs(res);
    258258          maxResIndex = ii;
Note: See TracChangeset for help on using the changeset viewer.