mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05: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
|
||||
CommsMode = WilsonKernelsStatic::Comms;
|
||||
assert((WilsonKernelsStatic::Comms = WilsonKernelsStatic::CommsAndCompute)
|
||||
||(WilsonKernelsStatic::Comms = WilsonKernelsStatic::CommsThenCompute));
|
||||
assert((WilsonKernelsStatic::Comms == WilsonKernelsStatic::CommsAndCompute)
|
||||
||(WilsonKernelsStatic::Comms == WilsonKernelsStatic::CommsThenCompute));
|
||||
|
||||
// Check the block size divides local lattice
|
||||
GridBase *grid = FermOp.GaugeGrid();
|
||||
|
Loading…
x
Reference in New Issue
Block a user