1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-18 12:11:53 +01:00

Some example clean up

This commit is contained in:
Peter Boyle
2021-08-25 12:24:17 +01:00
parent 0d588b95f4
commit 114920b8de
2 changed files with 10 additions and 8 deletions

View File

@@ -112,8 +112,8 @@ int main(int argc, char ** argv)
PowerMethod<Field> PM;
PM(HermOp,kronecker);
Chebyshev<Field> ChebySmear(lo,hi,20,DistillationSmearing);
// Chebyshev<Field> ChebySmear(lo,hi,20,MomentumSmearing);
// Chebyshev<Field> ChebySmear(lo,hi,20,DistillationSmearing);
Chebyshev<Field> ChebySmear(lo,hi,20,MomentumSmearing);
{
std::ofstream of("chebysmear");
ChebySmear.csv(of);