Changeset 8450 in ntrip


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/PPP/pppClient.cpp

    r8446 r8450  
    244244        double res = rr.norm_Frobenius() - satObs->obsValue(tLC)
    245245          - (satObs->xc()[3] - xyzc[3]) * t_CST::c;
    246         if (fabs(res) > maxRes || isnan(res)) {
     246        if (fabs(res) > maxRes || std::isnan(res)) {
    247247          maxRes      = fabs(res);
    248248          maxResIndex = ii;
Note: See TracChangeset for help on using the changeset viewer.