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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.