opm
grid
cpgpreprocess
make_edge_conformal.hpp
Go to the documentation of this file.
1
#ifndef OPM_MAKE_EDGE_CONFORMAL_HEADER
2
#define OPM_MAKE_EDGE_CONFORMAL_HEADER
3
4
#include <
opm/grid/cpgpreprocess/preprocess.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
// __cplusplus
9
10
int
make_edge_conformal
(
struct
processed_grid
* grid);
11
12
#ifdef __cplusplus
13
}
14
#endif
// __cplusplus
15
16
#endif
// OPM_MAKE_EDGE_CONFORMAL_HEADER
make_edge_conformal
int make_edge_conformal(struct processed_grid *grid)
preprocess.h
processed_grid
Definition:
preprocess.h:77