1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 03:17:07 +01:00

Namespace, format improved

This commit is contained in:
paboyle
2018-01-14 23:32:19 +00:00
parent 7747b95430
commit bf629dddce

View File

@ -30,9 +30,7 @@ Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
#ifndef GRID_QCD_FERMION_OPERATOR_H
#define GRID_QCD_FERMION_OPERATOR_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////
// Allow to select between gauge representation rank bc's, flavours etc.
@ -130,7 +128,6 @@ namespace Grid {
unsigned int tmax)=0;
};
}
}
NAMESPACE_END(Grid);
#endif