The ifs_tpfa_press_flux() function does not need 'src'.

This commit is contained in:
Bård Skaflestad 2010-10-24 21:22:29 +02:00
parent d130aef655
commit 7ee6eb7758
2 changed files with 0 additions and 2 deletions

View File

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

View File

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