From e0d975006226d1b0c5e4bbd7112bc2d399fabbe7 Mon Sep 17 00:00:00 2001 From: mahsa Date: Thu, 25 May 2017 11:07:25 -0500 Subject: [PATCH] Removed using namespace std and fix it so it can compile in linux --- stim/cuda/cudatools/error.h | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/stim/cuda/cudatools/error.h b/stim/cuda/cudatools/error.h index 517113b..a728928 100644 --- a/stim/cuda/cudatools/error.h +++ b/stim/cuda/cudatools/error.h @@ -15,7 +15,6 @@ static void cuHandleError( cudaError_t err, const char *file, int line ) { } } -#define HANDLE_ERROR( err ) (cuHandleError( err, __FILE__, __LINE__ )) static void cufftHandleError( cufftResult err, const char*file, int line ) { -- libgit2 0.21.4