mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
bugfix: eo operator called in correct location
This commit is contained in:
@ -110,8 +110,8 @@ int main (int argc, char ** argv)
|
||||
bench_wilson(src,result,Dw,volume,DaggerYes);
|
||||
std::cout << "\t";
|
||||
// EO
|
||||
bench_wilson(src,result,Dw,volume,DaggerNo);
|
||||
bench_wilson(src,result,Dw,volume,DaggerYes);
|
||||
bench_wilson_eo(src,result,Dw,volume,DaggerNo);
|
||||
bench_wilson_eo(src,result,Dw,volume,DaggerYes);
|
||||
std::cout << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user