Added subrepo for libmimetic. It is currently on internal server.

This commit is contained in:
Atgeirr Flø Rasmussen
2010-09-27 07:48:31 +00:00
parent 767b9f3b8b
commit 1e2e18bda2

View File

@@ -5,6 +5,9 @@
#ifndef MIMETIC_H_INCLUDED #ifndef MIMETIC_H_INCLUDED
#define MIMETIC_H_INCLUDED #define MIMETIC_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
void mim_ip_span_nullspace(int nf, int nconn, int d, void mim_ip_span_nullspace(int nf, int nconn, int d,
double *C, 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 *farea, double *ccentroid, double *cvol,
double *perm, double *Binv); double *perm, double *Binv);
#ifdef __cplusplus
}
#endif
#endif /* MIMETIC_H_INCLUDED */ #endif /* MIMETIC_H_INCLUDED */