Remove two instances of EOL whitespace.

This commit is contained in:
Bård Skaflestad 2012-02-16 02:19:10 +01:00
parent eb86ac92ad
commit e6649ad25d

View File

@ -466,7 +466,7 @@ allocate_cart_grid_2d(int nx, int ny)
G->cartdims[0] = nx;
G->cartdims[1] = ny;
G->cartdims[2] = 1;
Nx = nx+1;
Ny = ny+1;
@ -670,7 +670,7 @@ fill_cart_geometry_2d(struct UnstructuredGrid *G,
*fcentroids++ = y[j];
dx = x[i + 1] - x[i];
*fareas++ = dx;
}
}