1 /****************************************************************\
2 *                                                                *
3 *  C4 dynamic programming library - code for optimal pairs       *
4 *                                                                *
5 *  Guy St.C. Slater..   mailto:guy@ebi.ac.uk                     *
6 *  Copyright (C) 2000-2009.  All Rights Reserved.                *
7 *                                                                *
8 *  This source code is distributed under the terms of the        *
9 *  GNU General Public License, version 3. See the file COPYING   *
10 *  or http://www.gnu.org/licenses/gpl.txt for details            *
11 *                                                                *
12 *  If you use this code, please keep this notice intact.         *
13 *                                                                *
14 \****************************************************************/
15 
16 #include <glib.h>
17 
18 #include "opair.h"
19 
Argument_main(Argument * arg)20 int Argument_main(Argument *arg){
21     g_warning("Test not implemented [%s]", __FILE__);
22     return 0;
23     }
24 
25 /* FIXME: implement this test
26  */
27 
28