Ice Sheet System Model  4.18
Code documentation
metisincludes.h
Go to the documentation of this file.
1 /* \file metisincludes.h
2  * \brief all includes from metis + our own patches
3  */
4 
5 #ifndef _METIS_INCLUDES_H_
6 #define _METIS_INCLUDES_H_
7 
8 #ifdef HAVE_CONFIG_H
9  #include <config.h>
10 #else
11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12 #endif
13 
14 /*Metis includes: */
15 #include <metis.h>
16 
17 /*our own patches: */
18 #include "patches/metispatches.h"
19 
20 #endif
metispatches.h