another one-line fix for compiling USER-CUDA

This commit is contained in:
Axel Kohlmeyer
2014-09-05 13:08:20 +02:00
parent aec634d1c9
commit fcc58a2b65

View File

@ -1290,7 +1290,7 @@ void PPPMCuda::poisson(int eflag, int vflag)
{
#ifndef FFT_CUFFT
PPPM::poisson(eflag,vflag);
PPPMOld::poisson();
return;
#endif
#ifdef FFT_CUFFT