Commit ef3c2ddb authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
Browse files

Replace cuda_fft.cu

parent 8bec677f
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -134,13 +134,6 @@ void cuda_fft(
	}


//	status = cufftXtFree(fftwgrid_g);
//	if (status != CUFFT_SUCCESS) {printf("!!! cufftXtFree ERROR %d !!!\n", status);}


//        status = cufftXtFree(fftwgrid_g2);
//        if (status != CUFFT_SUCCESS) {printf("!!! cufftXtFree ERROR %d !!!\n", status);}


	status = cufftDestroy(plan);
	if (status != CUFFT_SUCCESS) {printf("!!! cufftDestroy fftwgrid ERROR %d !!!\n", status);}