Assemble_bhp_well(): Remove unused variable.

This commit is contained in:
Bård Skaflestad 2012-03-20 22:45:28 +01:00
parent 20697bd8fb
commit 1cd44389d9

View File

@ -197,7 +197,7 @@ assemble_bhp_well(int nc, int w,
struct ifs_tpfa_data *h )
/* ---------------------------------------------------------------------- */
{
int c, i, wdof, p;
int c, i, wdof;
size_t jc, jw;
double trans, bhp;