1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

minor improvements

This commit is contained in:
Alessandro Lupo
2023-06-23 10:49:41 +01:00
parent 2372275b2c
commit de30c4e22a
8 changed files with 53 additions and 107 deletions

View File

@ -7,7 +7,7 @@ int main(int argc, char **argv) {
Grid_init(&argc, &argv);
typedef GenericSp2nHMCRunnerHirep<TheRepresentations, MinimumNorm2> HMCWrapper; // ok
typedef GenericSpHMCRunnerHirep<TheRepresentations, MinimumNorm2> HMCWrapper; // ok
typedef SpWilsonImplR FermionImplPolicy; // ok
typedef SpWilsonFermionD FermionAction; // ok
typedef typename FermionAction::FermionField FermionField; // ok?