1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +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
#define SCALAR_IMPL
namespace Grid {
//namespace QCD {
NAMESPACE_BEGIN(Grid);
template <class S>
class ScalarImplTypes {
@ -156,7 +154,6 @@ class ScalarImplTypes {
template <int Colours > using ScalarNxNAdjImplF = ScalarAdjMatrixImplTypes<vComplexF, Colours >;
template <int Colours > using ScalarNxNAdjImplD = ScalarAdjMatrixImplTypes<vComplexD, Colours >;
//}
}
NAMESPACE_END(Grid);
#endif