1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

typo in fimpl4

This commit is contained in:
ferben 2019-12-03 11:19:54 +00:00
parent 07feaf9531
commit 9c7f269489
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ public:
FERM_TYPE_ALIASES(FImpl1, 1);
FERM_TYPE_ALIASES(FImpl2, 2);
FERM_TYPE_ALIASES(FImpl3, 3);
FERM_TYPE_ALIASES(FImpl3, 4);
FERM_TYPE_ALIASES(FImpl4, 4);
BASIC_TYPE_ALIASES(ScalarImplCR, Scalar);
SINK_TYPE_ALIASES(Scalar);
typedef typename SpinMatrixField1::vector_object::scalar_object SpinMatrix;

View File

@ -95,7 +95,7 @@ public:
FERM_TYPE_ALIASES(FImpl1, 1);
FERM_TYPE_ALIASES(FImpl2, 2);
FERM_TYPE_ALIASES(FImpl3, 3);
FERM_TYPE_ALIASES(FImpl3, 4);
FERM_TYPE_ALIASES(FImpl4, 4);
BASIC_TYPE_ALIASES(ScalarImplCR, Scalar);
SINK_TYPE_ALIASES(Scalar);
typedef typename SpinMatrixField1::vector_object::scalar_object SpinMatrix;