Package: dialign-t / 1.0.2-13

consistent_declarations.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 09 May 2014 11:50:13 +0200
Bugs-Debian: http://bugs.debian.org/746770
Description: Make sure declarations of function simple_aligner are
 consistent

--- a/source/museq.c
+++ b/source/museq.c
@@ -53,7 +53,7 @@ extern struct prob_dist* calc_score_dist
 // alig.c
 extern struct alignment* create_empty_alignment(struct seq_col *scol);
 //extern char adapt_diag(struct alignment *algn, struct scr_matrix *smatrix, struct diag* dg);
-extern int  simple_aligner(struct seq_col *scol, struct diag_col *dcol, 
+extern char simple_aligner(struct seq_col *scol, struct diag_col *dcol, 
 			    struct scr_matrix* smatrix, 
 			    struct prob_dist *pdist, 
 		     struct alignment *algn, int round);