mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Merge commit 'a695dadce25bdb17da3d297bd07e0d7873b64d4b'
This commit is contained in:
commit
5bf7286912
@ -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