mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The ifs_tpfa_press_flux() function does not need 'src'.
This commit is contained in:
parent
d130aef655
commit
7ee6eb7758
@ -189,7 +189,6 @@ ifs_tpfa_assemble(grid_t *G,
|
|||||||
void
|
void
|
||||||
ifs_tpfa_press_flux(grid_t *G,
|
ifs_tpfa_press_flux(grid_t *G,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
const double *src,
|
|
||||||
struct ifs_tpfa_data *h,
|
struct ifs_tpfa_data *h,
|
||||||
double *cpress,
|
double *cpress,
|
||||||
double *fflux)
|
double *fflux)
|
||||||
|
@ -46,7 +46,6 @@ ifs_tpfa_assemble(grid_t *G,
|
|||||||
void
|
void
|
||||||
ifs_tpfa_press_flux(grid_t *G,
|
ifs_tpfa_press_flux(grid_t *G,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
const double *src,
|
|
||||||
struct ifs_tpfa_data *h,
|
struct ifs_tpfa_data *h,
|
||||||
double *cpress,
|
double *cpress,
|
||||||
double *fflux);
|
double *fflux);
|
||||||
|
Loading…
Reference in New Issue
Block a user