Changeset 8253 in ntrip for trunk/BNC/src/PPP_SSR_I
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC
- Property svn:ignore
-
old new 1 1 Makefile 2 2 bnc 3 4 3 .settings 5 6 4 .project 7 8 5 .cproject 6 .qmake.stash
-
- Property svn:ignore
-
trunk/BNC/src
- Property svn:ignore
-
old new 6 6 release 7 7 html 8 .qmake.stash
-
- Property svn:ignore
-
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r8204 r8253 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.