From 7ee6eb7758ae25a71a034a5bfed4355dd736f6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Sun, 24 Oct 2010 21:22:29 +0200 Subject: [PATCH] The ifs_tpfa_press_flux() function does not need 'src'. --- ifs_tpfa.c | 1 - ifs_tpfa.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ifs_tpfa.c b/ifs_tpfa.c index 419b1597f..5a633fca9 100644 --- a/ifs_tpfa.c +++ b/ifs_tpfa.c @@ -189,7 +189,6 @@ ifs_tpfa_assemble(grid_t *G, void ifs_tpfa_press_flux(grid_t *G, const double *trans, - const double *src, struct ifs_tpfa_data *h, double *cpress, double *fflux) diff --git a/ifs_tpfa.h b/ifs_tpfa.h index 20933c1cb..433e9bcf2 100644 --- a/ifs_tpfa.h +++ b/ifs_tpfa.h @@ -46,7 +46,6 @@ ifs_tpfa_assemble(grid_t *G, void ifs_tpfa_press_flux(grid_t *G, const double *trans, - const double *src, struct ifs_tpfa_data *h, double *cpress, double *fflux);