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