
00001 /* 00002 * Copyright 1997, Regents of the University of Minnesota 00003 * 00004 * par_metis.h 00005 * 00006 * This file includes all necessary header files 00007 * 00008 * Started 8/27/94 00009 * George 00010 * 00011 * $Id$ 00012 */ 00013 00014 /* 00015 #define DEBUG 1 00016 #define DMALLOC 1 00017 */ 00018 00019 #include <stdheaders.h> 00020 #include "../parmetis.h" 00021 00022 #ifdef DMALLOC 00023 #include <dmalloc.h> 00024 #endif 00025 00026 #include <rename.h> 00027 #include <defs.h> 00028 #include <struct.h> 00029 #include <macros.h> 00030 #include <proto.h> 00031
1.5.5