Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit e922c0d

Browse files
authored
f1_loop fix. (#263)
1 parent dfc3daa commit e922c0d

File tree

1 file changed

+1
-1
lines changed
  • include/nil/blueprint/components/systems/snark/plonk/placeholder/detail

1 file changed

+1
-1
lines changed

include/nil/blueprint/components/systems/snark/plonk/placeholder/detail/f1_loop.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ namespace nil {
584584
assignment.enable_selector(selectors[pos], row + r);
585585
}
586586
}
587-
r == component.rows_amount - 1;
587+
r = component.rows_amount - 1;
588588
start_j = r % 3 + 3 * ((r % 3) == 0);
589589
std::size_t offset = 0;
590590
if (r % 3 == 0) {

0 commit comments

Comments
 (0)