mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Closes usgs-coupled/phast3#2 (#3)
This commit is contained in:
parent
fe577a188c
commit
da9a093d9a
@ -1846,7 +1846,7 @@ isfinite handling
|
|||||||
# if __GNUC__ && (__cplusplus >= 201103L)
|
# if __GNUC__ && (__cplusplus >= 201103L)
|
||||||
# define PHR_ISFINITE(x) std::isfinite(x)
|
# define PHR_ISFINITE(x) std::isfinite(x)
|
||||||
# else
|
# else
|
||||||
# define PHR_ISFINITE(x) isfinite(x)
|
# define PHR_ISFINITE(x) std::isfinite(x) /* changed when <math.h> was changed to <cmath> */
|
||||||
# endif
|
# endif
|
||||||
#elif defined(HAVE_FINITE)
|
#elif defined(HAVE_FINITE)
|
||||||
# define PHR_ISFINITE(x) finite(x)
|
# define PHR_ISFINITE(x) finite(x)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user