M-x delete-trailing-whitespace .

This commit is contained in:
Bård Skaflestad 2010-10-26 22:30:54 +02:00
parent a13e6a63d5
commit a05de2d311

View File

@ -200,7 +200,7 @@ ifs_tpfa_assemble(grid_t *G,
vector_zero (h->A->m, h->b);
compute_grav_term(G, gpress, h->pimpl->fgrav);
for (c = i = 0; c < G->number_of_cells; c++) {
j1 = csrmatrix_elm_index(c, c, h->A);