Skip to content

Commit b764b6b

Browse files
committed
remove duplicate comment
1 parent 6d47c56 commit b764b6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/tilman_neumann/jml/factor/base/matrixSolver/BlockLanczos.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ private void colexchange(int[] XmY, int[] V, int[] V1, int[] V2, int col1, int c
586586
for (row = V.length - 1; row >= 0; row--) {
587587
// If both bits are different toggle them.
588588
if (((matr1[row] & mask1) == 0) != ((matr2[row] & mask2) == 0)) {
589-
// If both bits are different toggle them.
590589
matr1[row] ^= mask1;
591590
matr2[row] ^= mask2;
592591
}

0 commit comments

Comments
 (0)