Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / tcoffee / t_coffee_source / util_dp_fasta_sw.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <math.h>
4 #include <stdarg.h>
5
6
7 #include "io_lib_header.h"
8 #include "util_lib_header.h"
9 #include "define_header.h"
10
11 #include "dp_lib_header.h"
12
13 int cfasta_gotoh_pair_wise_sw (Alignment *A,int*ns, int **l_s,Constraint_list *CL)
14     {
15       fprintf ( stderr, "\ncfasta_gotoh_pair_wise_sw not implemented yet\n");
16       myexit (EXIT_FAILURE);
17       return 0;
18       
19     }
20
21 int fasta_gotoh_pair_wise_sw (Alignment *A,int*ns, int **l_s,Constraint_list *CL)
22     {
23      fprintf ( stderr, "\nfasta_gotoh_pair_wise_sw not implemented yet\n");
24       myexit (EXIT_FAILURE); 
25       return 0;
26     }
27
28 int make_fasta_gotoh_pair_wise_sw (Alignment *A,int*ns, int **l_s,Constraint_list *CL, int *diag)
29     {
30       fprintf ( stderr, "\nmake_fasta_gotoh_pair_wise_sw not implemented yet\n");
31       myexit (EXIT_FAILURE); 
32       return 0;
33     }
34
35
36 /******************************COPYRIGHT NOTICE*******************************/
37 /*© Centro de Regulacio Genomica */
38 /*and */
39 /*Cedric Notredame */
40 /*Fri Feb 18 08:27:45 CET 2011 - Revision 596. */
41 /*All rights reserved.*/
42 /*This file is part of T-COFFEE.*/
43 /**/
44 /*    T-COFFEE is free software; you can redistribute it and/or modify*/
45 /*    it under the terms of the GNU General Public License as published by*/
46 /*    the Free Software Foundation; either version 2 of the License, or*/
47 /*    (at your option) any later version.*/
48 /**/
49 /*    T-COFFEE is distributed in the hope that it will be useful,*/
50 /*    but WITHOUT ANY WARRANTY; without even the implied warranty of*/
51 /*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the*/
52 /*    GNU General Public License for more details.*/
53 /**/
54 /*    You should have received a copy of the GNU General Public License*/
55 /*    along with Foobar; if not, write to the Free Software*/
56 /*    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA*/
57 /*...............................................                                                                                      |*/
58 /*  If you need some more information*/
59 /*  cedric.notredame@europe.com*/
60 /*...............................................                                                                                                                                     |*/
61 /**/
62 /**/
63 /*      */
64 /******************************COPYRIGHT NOTICE*******************************/