mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Merge from upstream.
This commit is contained in:
commit
8e5105c416
@ -33,7 +33,7 @@ mim_ip_simple_all(int ncells, int d, int max_nconn,
|
||||
double *perm, double *Binv)
|
||||
/* ------------------------------------------------------------------ */
|
||||
{
|
||||
int i, j, c, f, nf, nconn, fpos2, lwork;
|
||||
int i, j, c, f, nconn, fpos2, lwork;
|
||||
|
||||
double *C, *N, *A, *work, s;
|
||||
|
||||
|
@ -49,7 +49,6 @@ void mim_ip_simple(int nf, int nconn, int d,
|
||||
* @param ncells Number of cells in grid.
|
||||
* @param d Number of space dimensions.
|
||||
* @param max_ncf Maximum number of faces per cell.
|
||||
* @param ncf Number of faces per cell.
|
||||
* @param pconn Start indices in conn for each cell, plus end
|
||||
* marker. The size of pconn is (ncells + 1), and for a
|
||||
* cell i, [conn[pconn[i]], conn[pconn[i+1]]) is a
|
||||
|
Loading…
Reference in New Issue
Block a user