set up correctly a flag in ifs_tpfa.c

This commit is contained in:
Xavier Raynaud 2012-06-07 09:29:56 +02:00
parent 2504399cb8
commit b2c5772728

View File

@ -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);