Ignore:
Timestamp:
04/04/18 12:48:53 (6 years ago)
Author:
oabramkina
Message:

DEV_CMIP6: porting changes in r1471.

Now DEV_CMIP6 compiles with PGI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/utils.hpp

    r1158 r1474  
    257257    return 1e-12; 
    258258  } 
    259   static inline bool isnan(const Scalar& v) { 
     259  static inline bool isNan(const Scalar& v) { 
    260260    return (v != v); 
    261261  } 
Note: See TracChangeset for help on using the changeset viewer.