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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user