mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
Typo in assert
This commit is contained in:
parent
e3c18ce872
commit
a918955020
@ -51,8 +51,8 @@ public:
|
|||||||
{
|
{
|
||||||
// Save what the comms mode should be under normal BCs
|
// Save what the comms mode should be under normal BCs
|
||||||
CommsMode = WilsonKernelsStatic::Comms;
|
CommsMode = WilsonKernelsStatic::Comms;
|
||||||
assert((WilsonKernelsStatic::Comms = WilsonKernelsStatic::CommsAndCompute)
|
assert((WilsonKernelsStatic::Comms == WilsonKernelsStatic::CommsAndCompute)
|
||||||
||(WilsonKernelsStatic::Comms = WilsonKernelsStatic::CommsThenCompute));
|
||(WilsonKernelsStatic::Comms == WilsonKernelsStatic::CommsThenCompute));
|
||||||
|
|
||||||
// Check the block size divides local lattice
|
// Check the block size divides local lattice
|
||||||
GridBase *grid = FermOp.GaugeGrid();
|
GridBase *grid = FermOp.GaugeGrid();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user