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