Added extern "C" clauses.

This commit is contained in:
Atgeirr Flø Rasmussen 2010-10-28 11:39:23 +02:00
parent 496bbb7faf
commit 5274eafcc1

View File

@ -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 */