diff --git a/stim/cuda/cudatools/error.h b/stim/cuda/cudatools/error.h index ddce736..517113b 100644 --- a/stim/cuda/cudatools/error.h +++ b/stim/cuda/cudatools/error.h @@ -3,7 +3,6 @@ #include #include -using namespace std; #include "cuda_runtime.h" #include "device_launch_parameters.h" #include "cufft.h" @@ -23,19 +22,19 @@ static void cufftHandleError( cufftResult err, const char*file, int line ) if (err != CUFFT_SUCCESS) { if(err == CUFFT_INVALID_PLAN) - cout<<"The plan parameter is not a valid handle."<