mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
GPU happy changes
This commit is contained in:
parent
33d6bbe32b
commit
45b15d10d3
@ -200,8 +200,8 @@ void G5R5(Lattice<vobj> &z,const Lattice<vobj> &x)
|
|||||||
template<typename vobj>
|
template<typename vobj>
|
||||||
void G5C(Lattice<vobj> &z, const Lattice<vobj> &x)
|
void G5C(Lattice<vobj> &z, const Lattice<vobj> &x)
|
||||||
{
|
{
|
||||||
GridBase *grid = x._grid;
|
GridBase *grid = x.Grid();
|
||||||
z.checkerboard = x.checkerboard;
|
z.Checkerboard() = x.Checkerboard();
|
||||||
conformable(x, z);
|
conformable(x, z);
|
||||||
|
|
||||||
Gamma G5(Gamma::Algebra::Gamma5);
|
Gamma G5(Gamma::Algebra::Gamma5);
|
||||||
|
Loading…
Reference in New Issue
Block a user