1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00
This commit is contained in:
Peter Boyle 2015-04-03 05:33:13 +01:00
parent 48581e8e8b
commit d29733069f

View File

@ -8,4 +8,4 @@ friend Lattice<vobj> Cshift(Lattice<vobj> &rhs,int dimension,int shift)
Cshift_local(ret,rhs,dimension,shift);
}
#endif