mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 17:55:56 +01:00
Namespace
This commit is contained in:
parent
8bf78846ee
commit
0e080a7abc
@ -29,8 +29,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
|
|||||||
#ifndef QCD_UTILS_COVARIANT_CSHIFT_H
|
#ifndef QCD_UTILS_COVARIANT_CSHIFT_H
|
||||||
#define QCD_UTILS_COVARIANT_CSHIFT_H
|
#define QCD_UTILS_COVARIANT_CSHIFT_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Low performance implementation of CovariantCshift API
|
// Low performance implementation of CovariantCshift API
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
@ -122,9 +122,8 @@ namespace ConjugateBC {
|
|||||||
return Cshift(tmp,mu,-1);// moves towards positive mu
|
return Cshift(tmp,mu,-1);// moves towards positive mu
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}}
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user