corrected style, updated version
This commit is contained in:
@@ -1137,9 +1137,9 @@ static bool isMapped(const vector<ArrayOp> &allOps)
|
||||
bool mapped = false;
|
||||
for (auto &ops : allOps)
|
||||
{
|
||||
for (auto &coefs : ops.coefficients)
|
||||
for (auto &coeffs : ops.coefficients)
|
||||
{
|
||||
if (coefs.first.first != 0)
|
||||
if (coeffs.first.first != 0)
|
||||
{
|
||||
mapped = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user