1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00: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
#define _SCHUR_DIAG_TWO_KAPPA_H
namespace Grid {
NAMESPACE_BEGIN(Grid);
// This is specific to (Z)mobius fermions
template<class Matrix, class Field>
@ -97,6 +97,6 @@ namespace Grid {
}
};
}
NAMESPACE_END(Grid);
#endif