diff --git a/opm/core/pressure/tpfa/ifs_tpfa.c b/opm/core/pressure/tpfa/ifs_tpfa.c index 74a347a4..94e3d638 100644 --- a/opm/core/pressure/tpfa/ifs_tpfa.c +++ b/opm/core/pressure/tpfa/ifs_tpfa.c @@ -695,6 +695,7 @@ ifs_tpfa_assemble(struct UnstructuredGrid *G , /* ---------------------------------------------------------------------- */ { int system_singular, ok; + assemble_incompressible(G, F, trans, gpress, h, &system_singular, &ok); if (ok && system_singular) {