File: metis.h

package info (click to toggle)
parmetis 3.1-4
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 24,692 kB
  • ctags: 1,686
  • sloc: ansic: 27,735; makefile: 212
file content (31 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * Copyright 1997, Regents of the University of Minnesota
 *
 * metis.h
 *
 * This file includes all necessary header files
 *
 * Started 8/27/94
 * George
 *
 * $Id: metis.h,v 1.3 2003/07/25 13:52:00 karypis Exp $
 */

/*
#define	DEBUG		1
#define	DMALLOC		1
*/

#include <stdheaders.h>

#ifdef DMALLOC
#include <dmalloc.h>
#endif

#include "../parmetis.h"  /* Get the idxtype definition */
#include <defs.h>
#include <struct.h>
#include <macros.h>
#include <rename.h>
#include <proto.h>