set up correctly a flag in ifs_tpfa.c
This commit is contained in:
parent
899fd960be
commit
95f81401ab
@ -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