mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
set up correctly a flag in ifs_tpfa.c
This commit is contained in:
parent
2504399cb8
commit
b2c5772728
@ -760,9 +760,10 @@ ifs_tpfa_assemble_comprock_increment(struct UnstructuredGrid *G ,
|
||||
struct ifs_tpfa_data *h )
|
||||
/* ---------------------------------------------------------------------- */
|
||||
{
|
||||
int c, w, wdof, system_singular, ok;
|
||||
int c, w, wdof, system_singular;
|
||||
size_t j;
|
||||
double *v;
|
||||
int ok = 1;
|
||||
|
||||
assemble_incompressible(G, F, trans, gpress, h, &system_singular, &ok);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user