1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-29 02:37:07 +01:00

Note:FFT shoud be GridFFT (Not change yet).

Gauge fix with FFt is added (tests/core)
This commit is contained in:
Azusa Yamaguchi
2016-10-25 14:21:48 +01:00
parent 7c8f79b147
commit bca861e112
4 changed files with 336 additions and 1 deletions

View File

@@ -441,6 +441,8 @@ int main (int argc, char ** argv)
}
{
/*
*
typedef GaugeImplTypes<vComplexD, 1> QEDGimplTypesD;
typedef Photon<QEDGimplTypesD> QEDGaction;
@@ -450,6 +452,7 @@ int main (int argc, char ** argv)
Maxwell.FreePropagator (Source,Prop);
std::cout << " MaxwellFree propagator\n";
*/
}
Grid_finalize();
}