1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01:00

Missing banner; should recreate globally

This commit is contained in:
paboyle 2018-01-14 22:39:24 +00:00
parent 6ee5ea6b32
commit 5d3b574325

View File

@ -1,9 +1,7 @@
#ifndef SCALAR_IMPL #ifndef SCALAR_IMPL
#define SCALAR_IMPL #define SCALAR_IMPL
NAMESPACE_BEGIN(Grid);
namespace Grid {
//namespace QCD {
template <class S> template <class S>
class ScalarImplTypes { class ScalarImplTypes {
@ -156,7 +154,6 @@ class ScalarImplTypes {
template <int Colours > using ScalarNxNAdjImplF = ScalarAdjMatrixImplTypes<vComplexF, Colours >; template <int Colours > using ScalarNxNAdjImplF = ScalarAdjMatrixImplTypes<vComplexF, Colours >;
template <int Colours > using ScalarNxNAdjImplD = ScalarAdjMatrixImplTypes<vComplexD, Colours >; template <int Colours > using ScalarNxNAdjImplD = ScalarAdjMatrixImplTypes<vComplexD, Colours >;
//} NAMESPACE_END(Grid);
}
#endif #endif