On 09/12/24 5:39 am, Santiago Vila wrote:
Hi.
Here is a one-line patch.
(After all, this is what prototypes were invented for)
This is already defined in src/Matrix_Info.h and it is sort of weird for
this error to be thrown in the first place. I did not dig too much, though.
Thanks.
Hi.
Here is a one-line patch.
(After all, this is what prototypes were invented for)
Thanks.--- sift-4.0.3b.orig/src/Matrix_Info.c
+++ sift-4.0.3b/src/Matrix_Info.c
@@ -905,6 +905,8 @@ normalize_matrix (Matrix* matrix)
}
} /* end of normalize_matrix */
+int min_aa_in_column (Matrix * matri
Control: tags -1 patch
The below patch fixes this FTBFS.
diff --git a/src/Matrix_Info.c b/src/Matrix_Info.c
index cd44d22..a962f5d 100644
--- a/src/Matrix_Info.c
+++ b/src/Matrix_Info.c
@@ -905,21 +905,6 @@ normalize_matrix (Matrix* matrix)
}
} /* end of normalize_matrix */
-void
-al
3 matches
Mail list logo