mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-04 05:37:06 +01:00
Think this should move to the algorithms directory
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user