Commit c3f22917 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

if the mantiassa is the same, then the statistics will count it as a match now as well.

parent f6aad6f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1042,7 +1042,7 @@ static void HouseholderReduction_fx(
				printf("MINE:%2d]",n);
			    cnt=0;
				if (!((x^y)&0xff000000)) bettercnt++;
				if (mine==theirs)
				if (mine==theirs || x==singularVectors_Left_fx[i][j])
				{
					singularVectors_Left_fx[i][j]=x;
					singularVectors_Left_fx_e[i][j]=mine;