1
0
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:
paboyle 2018-01-14 23:12:14 +00:00
parent b460cd3ef1
commit 75f3062a80

View File

@ -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