Changeset 8452 in ntrip for branches/BNC_2.12
- Timestamp:
- Aug 15, 2018, 9:49:05 AM (6 years ago)
- Location:
- branches/BNC_2.12/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppClient.cpp
r8450 r8452 19 19 #include <iostream> 20 20 #include <iomanip> 21 #include <cmath> 21 22 #include <stdlib.h> 22 23 #include <string.h> -
branches/BNC_2.12/src/PPP_SSR_I/pppFilter.cpp
r7975 r8452 295 295 bancroft(BB, _xcBanc); 296 296 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))) { 300 300 return failure; 301 301 }
Note:
See TracChangeset
for help on using the changeset viewer.