1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00

where switched back on

This commit is contained in:
Peter Boyle 2015-04-10 05:54:02 +02:00
parent 69d578478a
commit eb2dd37e3c

View File

@ -195,7 +195,7 @@ int main (int argc, char ** argv)
LatticeCoordinate(coor,d); LatticeCoordinate(coor,d);
lex = lex + coor*mm[d]; lex = lex + coor*mm[d];
} }
/*
Bar = zero; Bar = zero;
Bar = where(lex<10,Foo,Bar); Bar = where(lex<10,Foo,Bar);
{ {
@ -212,7 +212,7 @@ int main (int argc, char ** argv)
}} }}
}}}} }}}}
} }
*/
//setCheckerboard(ShiftedCheck,rFoo); //setCheckerboard(ShiftedCheck,rFoo);
//setCheckerboard(ShiftedCheck,bFoo); //setCheckerboard(ShiftedCheck,bFoo);