Commit e0d975006226d1b0c5e4bbd7112bc2d399fabbe7

Authored by Mahsa Lotfollahi
1 parent 42210bc0

Removed using namespace std and fix it so it can compile in linux

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
stim/cuda/cudatools/error.h
@@ -15,7 +15,6 @@ static void cuHandleError( cudaError_t err, const char *file, int line ) { @@ -15,7 +15,6 @@ static void cuHandleError( cudaError_t err, const char *file, int line ) {
15 15
16 } 16 }
17 } 17 }
18 -#define HANDLE_ERROR( err ) (cuHandleError( err, __FILE__, __LINE__ ))  
19 18
20 static void cufftHandleError( cufftResult err, const char*file, int line ) 19 static void cufftHandleError( cufftResult err, const char*file, int line )
21 { 20 {