mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Namespace
This commit is contained in:
parent
641a28aa1d
commit
291407dc7f
@ -29,8 +29,7 @@ directory
|
|||||||
#ifndef GRID_GAUGE_IMPL_TYPES_H
|
#ifndef GRID_GAUGE_IMPL_TYPES_H
|
||||||
#define GRID_GAUGE_IMPL_TYPES_H
|
#define GRID_GAUGE_IMPL_TYPES_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Implementation dependent gauge types
|
// Implementation dependent gauge types
|
||||||
@ -146,8 +145,6 @@ typedef GaugeImplTypes<vComplex, SU<Nc>::AdjointDimension> GimplAdjointTypesR;
|
|||||||
typedef GaugeImplTypes<vComplexF, SU<Nc>::AdjointDimension> GimplAdjointTypesF;
|
typedef GaugeImplTypes<vComplexF, SU<Nc>::AdjointDimension> GimplAdjointTypesF;
|
||||||
typedef GaugeImplTypes<vComplexD, SU<Nc>::AdjointDimension> GimplAdjointTypesD;
|
typedef GaugeImplTypes<vComplexD, SU<Nc>::AdjointDimension> GimplAdjointTypesD;
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
} // QCD
|
|
||||||
} // Grid
|
|
||||||
|
|
||||||
#endif // GRID_GAUGE_IMPL_TYPES_H
|
#endif // GRID_GAUGE_IMPL_TYPES_H
|
||||||
|
Loading…
Reference in New Issue
Block a user