oomph_parmetis_3.1.1/stdheaders.h
Go to the documentation of this file.
1 /*
2  * Copyright 1997, Regents of the University of Minnesota
3  *
4  * stdheaders.h
5  *
6  * This file includes all necessary header files
7  *
8  * Started 8/27/94
9  * George
10  *
11  * $Id: stdheaders.h,v 1.4 2003/07/25 14:31:47 karypis Exp $
12  */
13 
14 
15 #include <stdio.h>
16 #include <stdlib.h>
17 #include <malloc.h>
18 #include <string.h>
19 #include <ctype.h>
20 #include <math.h>
21 #include <stdarg.h>
22 #include <limits.h>
23 #include <time.h>
24 #include <assert.h>
25 #include <mpi.h>
26