mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added extern "C" clauses.
This commit is contained in:
parent
496bbb7faf
commit
5274eafcc1
@ -22,6 +22,10 @@
|
||||
|
||||
#include "grid.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ifs_tpfa_impl;
|
||||
struct CSRMatrix;
|
||||
|
||||
@ -54,4 +58,8 @@ ifs_tpfa_press_flux(grid_t *G,
|
||||
void
|
||||
ifs_tpfa_destroy(struct ifs_tpfa_data *h);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* OPM_IFS_TPFA_HEADER_INCLUDED */
|
||||
|
Loading…
Reference in New Issue
Block a user