Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
metis
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
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19