Remove an unused variable.

This commit is contained in:
Bård Skaflestad
2011-10-06 18:14:48 +02:00
parent ee43437183
commit 50a4869f7a

View File

@@ -136,7 +136,6 @@ spu_implicit(grid_t *g, double *s0, double *s, double h, double x0, int ntab, do
void (*linear_solver)(int, int*, int*, double *, double *, double *)) void (*linear_solver)(int, int*, int*, double *, double *, double *))
{ {
int nc = g->number_of_cells; int nc = g->number_of_cells;
int nf = g->number_of_faces;
int nhf = g->cell_facepos[nc]; /* Too much */ int nhf = g->cell_facepos[nc]; /* Too much */
double infnorm; double infnorm;
double *b; double *b;