Skip to content

Commit

Permalink
Restore deleted change tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshugoel2797 committed Jan 4, 2024
1 parent 4a3a0be commit 5ecedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/ext/genmath/gmfft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int CGenMathFFT2D::Make2DFFT(CGenMathFFT2DInfo& FFT2DInfo, fftwnd_plan* pPrecrea
}
}

#ifdef _FFTW3
#ifdef _FFTW3 //OC28012019
fftwf_plan Plan2DFFT;
fftw_plan dPlan2DFFT;
fftwf_complex* DataToFFT = 0;
Expand Down

0 comments on commit 5ecedf4

Please sign in to comment.