1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 #ifndef GRID_QCD_FERMION_OPERATOR_H
#define GRID_QCD_FERMION_OPERATOR_H #define GRID_QCD_FERMION_OPERATOR_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// Allow to select between gauge representation rank bc's, flavours etc. // Allow to select between gauge representation rank bc's, flavours etc.
@ -130,7 +128,6 @@ namespace Grid {
unsigned int tmax)=0; unsigned int tmax)=0;
}; };
} NAMESPACE_END(Grid);
}
#endif #endif