oomph_metis_from_parmetis_3.1.1.h
Go to the documentation of this file.
1 /*
2  * Copyright 1997, Regents of the University of Minnesota
3  *
4  * metis.h
5  *
6  * This file includes all necessary header files
7  *
8  * Started 8/27/94
9  * George
10  *
11  * $Id: metis.h,v 1.3 2003/07/25 13:52:00 karypis Exp $
12  */
13 
14 /*
15 #define DEBUG 1
16 #define DMALLOC 1
17 */
18 
19 #include <stdheaders.h>
20 
21 #ifdef DMALLOC
22 #include <dmalloc.h>
23 #endif
24 
25 #include "../parmetis.h" /* Get the idxtype definition */
26 #include <defs.h>
27 #include <struct.h>
28 #include <macros.h>
29 #include <rename.h>
30 #include <proto.h>
31