mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added subrepo for libmimetic. It is currently on internal server.
This commit is contained in:
parent
767b9f3b8b
commit
1e2e18bda2
@ -5,6 +5,9 @@
|
||||
#ifndef MIMETIC_H_INCLUDED
|
||||
#define MIMETIC_H_INCLUDED
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void mim_ip_span_nullspace(int nf, int nconn, int d,
|
||||
double *C,
|
||||
@ -30,4 +33,8 @@ void mim_ip_simple_all(int ncells, int d, int max_ncf, int *ncf,
|
||||
double *farea, double *ccentroid, double *cvol,
|
||||
double *perm, double *Binv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MIMETIC_H_INCLUDED */
|
||||
|
Loading…
Reference in New Issue
Block a user