From 1fdb010c410fae39c7d54e99230ee81c77bc49bc Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 3 May 2018 13:08:15 -0400 Subject: [PATCH] Revert "workaround for ISFINITE() macro to work with the latest KOKKOS library update" This reverts commit f202f1bcf6b5b9dd9bdbfc4b688434eb4e38c854. --- src/lmptype.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lmptype.h b/src/lmptype.h index 6c3cbb59ed..253f9a7470 100644 --- a/src/lmptype.h +++ b/src/lmptype.h @@ -39,7 +39,6 @@ #include #include #include -#include // grrr - IBM Power6 does not provide this def in their system header files @@ -201,7 +200,7 @@ typedef int bigint; #define _noalias #endif -#define ISFINITE(x) std::isfinite(x) +#define ISFINITE(x) isfinite(x) // settings to enable LAMMPS to build under Windows