mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +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)
|
||||
# define PHR_ISFINITE(x) std::isfinite(x)
|
||||
# else
|
||||
# define PHR_ISFINITE(x) isfinite(x)
|
||||
# define PHR_ISFINITE(x) std::isfinite(x) /* changed when <math.h> was changed to <cmath> */
|
||||
# endif
|
||||
#elif defined(HAVE_FINITE)
|
||||
# define PHR_ISFINITE(x) finite(x)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user