mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Think this should move to the algorithms directory
This commit is contained in:
parent
b460cd3ef1
commit
75f3062a80
@ -29,7 +29,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
#ifndef _SCHUR_DIAG_TWO_KAPPA_H
|
#ifndef _SCHUR_DIAG_TWO_KAPPA_H
|
||||||
#define _SCHUR_DIAG_TWO_KAPPA_H
|
#define _SCHUR_DIAG_TWO_KAPPA_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
// This is specific to (Z)mobius fermions
|
// This is specific to (Z)mobius fermions
|
||||||
template<class Matrix, class Field>
|
template<class Matrix, class Field>
|
||||||
@ -97,6 +97,6 @@ namespace Grid {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user