Ignore:
Timestamp:
Jan 10, 2018, 2:12:42 PM (6 years ago)
Author:
stoecker
Message:

fix include incompatibilities

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC

    • Property svn:ignore
      •  

        old new  
        11Makefile
        22bnc
        3 
        43.settings
        5 
        64.project
        7 
        85.cproject
         6.qmake.stash
  • trunk/BNC/src

    • Property svn:ignore
      •  

        old new  
        66release
        77html
         8.qmake.stash
  • trunk/BNC/src/PPP_SSR_I/pppFilter.cpp

    r8204 r8253  
    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.