From c1c76a48b67f2228544662787d41ff9dde2a13e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 20 Jun 2012 00:38:47 +0200 Subject: [PATCH] Restore a blank line that was lost in an earlier cset. --- opm/core/pressure/tpfa/ifs_tpfa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/core/pressure/tpfa/ifs_tpfa.c b/opm/core/pressure/tpfa/ifs_tpfa.c index 74a347a49..94e3d6383 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) {