Removed unnecessary (potentially misleading) assignment.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-02-06 10:45:21 +01:00
parent 32f5ae1030
commit da16edf8bc

View File

@ -118,7 +118,6 @@ get_parameters(struct SolverData *d, int cell)
p.cell = cell;
p.props = d->props;
d->saturation[cell] = 0;
for (i=g->cell_facepos[cell]; i<g->cell_facepos[cell+1]; ++i) {
f = g->cell_faces[i];