mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
M-x delete-trailing-whitespace .
This commit is contained in:
parent
7976cffaf3
commit
7bcdf7363e
@ -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) */
|
||||||
|
Loading…
Reference in New Issue
Block a user