another one-line fix for compiling USER-CUDA
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user