1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

FFT test typo

This commit is contained in:
Antonin Portelli 2016-11-03 14:09:47 +00:00
parent aee44dc694
commit 2854e601e6

View File

@ -70,7 +70,7 @@ int main (int argc, char ** argv)
std::cout<<"*************************************************"<<std::endl; std::cout<<"*************************************************"<<std::endl;
std::cout<<"Testing Fourier xfrom of known plane wave "<<std::endl; std::cout<<"Testing Fourier from of known plane wave "<<std::endl;
std::cout<<"*************************************************"<<std::endl; std::cout<<"*************************************************"<<std::endl;
C=zero; C=zero;
for(int mu=0;mu<4;mu++){ for(int mu=0;mu<4;mu++){