From 3e5ca79a95814d710f2d4fa553cd2bc1f503dd72 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 18 Oct 2011 13:04:47 -0400 Subject: [PATCH] fix the PI issue in pppm/gpu (i hope finally) --- src/GPU/pppm_gpu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GPU/pppm_gpu.cpp b/src/GPU/pppm_gpu.cpp index 2247c06601..58c65b365e 100644 --- a/src/GPU/pppm_gpu.cpp +++ b/src/GPU/pppm_gpu.cpp @@ -35,8 +35,10 @@ #include "memory.h" #include "error.h" #include "gpu_extra.h" +#include "math_const.h" using namespace LAMMPS_NS; +using namespace MathConst; #define MAXORDER 7 #define OFFSET 16384