Revert "workaround for ISFINITE() macro to work with the latest KOKKOS library update"
This reverts commit f202f1bcf6.
This commit is contained in:
@ -39,7 +39,6 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
// grrr - IBM Power6 does not provide this def in their system header files
|
// grrr - IBM Power6 does not provide this def in their system header files
|
||||||
|
|
||||||
@ -201,7 +200,7 @@ typedef int bigint;
|
|||||||
#define _noalias
|
#define _noalias
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ISFINITE(x) std::isfinite(x)
|
#define ISFINITE(x) isfinite(x)
|
||||||
|
|
||||||
// settings to enable LAMMPS to build under Windows
|
// settings to enable LAMMPS to build under Windows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user