Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / tcoffee / t_coffee_source / dev4.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <math.h>
4 #include <stdarg.h>
5 #include <string.h>
6
7 #include "io_lib_header.h"
8 #include "util_lib_header.h"
9 #include "define_header.h"
10 #include "dp_lib_header.h"
11 #include "dev4_lib_header.h"
12
13 //Insert functions here
14 /******************************COPYRIGHT NOTICE*******************************/
15 /*© Centro de Regulacio Genomica */
16 /*and */
17 /*Cedric Notredame */
18 /*Fri Feb 18 08:27:45 CET 2011 - Revision 596. */
19 /*All rights reserved.*/
20 /*This file is part of T-COFFEE.*/
21 /**/
22 /*    T-COFFEE is free software; you can redistribute it and/or modify*/
23 /*    it under the terms of the GNU General Public License as published by*/
24 /*    the Free Software Foundation; either version 2 of the License, or*/
25 /*    (at your option) any later version.*/
26 /**/
27 /*    T-COFFEE is distributed in the hope that it will be useful,*/
28 /*    but WITHOUT ANY WARRANTY; without even the implied warranty of*/
29 /*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the*/
30 /*    GNU General Public License for more details.*/
31 /**/
32 /*    You should have received a copy of the GNU General Public License*/
33 /*    along with Foobar; if not, write to the Free Software*/
34 /*    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA*/
35 /*...............................................                                                                                      |*/
36 /*  If you need some more information*/
37 /*  cedric.notredame@europe.com*/
38 /*...............................................                                                                                                                                     |*/
39 /**/
40 /**/
41 /*      */
42 /******************************COPYRIGHT NOTICE*******************************/