Changeset 8452 in ntrip


Ignore:
Timestamp:
Aug 15, 2018, 9:49:05 AM (6 years ago)
Author:
stuerze
Message:

minor changes

Location:
branches/BNC_2.12/src
Files:
2 edited

Legend:

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

    r8450 r8452  
    1919#include <iostream>
    2020#include <iomanip>
     21#include <cmath>
    2122#include <stdlib.h>
    2223#include <string.h>
  • branches/BNC_2.12/src/PPP_SSR_I/pppFilter.cpp

    r7975 r8452  
    295295  bancroft(BB, _xcBanc);
    296296
    297   if (isnan(_xcBanc(1)) ||
    298       isnan(_xcBanc(2)) ||
    299       isnan(_xcBanc(3))) {
     297  if (std::isnan(_xcBanc(1)) ||
     298      std::isnan(_xcBanc(2)) ||
     299      std::isnan(_xcBanc(3))) {
    300300    return failure;
    301301  }
Note: See TracChangeset for help on using the changeset viewer.