M-x delete-trailing-whitespace .

This commit is contained in:
Bård Skaflestad 2010-08-20 19:05:27 +00:00
parent 7976cffaf3
commit 7bcdf7363e

View File

@ -306,7 +306,7 @@ partition_create_c2c(int nc, int nneigh, const int *neigh,
for (i = 0; i < nc; i++) { for (i = 0; i < nc; i++) {
(*c2c)[-- (*pc2c)[i]] = i; (*c2c)[-- (*pc2c)[i]] = i;
} }
for (i = 0; i < nneigh; i++) { for (i = 0; i < nneigh; i++) {
if ((neigh[2*i + 0] >= 0) && (neigh[2*i + 1] >= 0)) { if ((neigh[2*i + 0] >= 0) && (neigh[2*i + 1] >= 0)) {
/* Symmetric Laplace matrix (undirected graph) */ /* Symmetric Laplace matrix (undirected graph) */