mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Delete trailing whitespace.
This commit is contained in:
parent
e41b786c16
commit
1492d9b665
@ -380,7 +380,7 @@ boundary_fluxes(struct UnstructuredGrid *G ,
|
||||
assert (bc->cond_pos[i+1] - bc->cond_pos[i] == 1);
|
||||
|
||||
for (j = bc->cond_pos[ i ]; j < bc->cond_pos[ i + 1 ]; j++) {
|
||||
|
||||
|
||||
f = bc->face[ j ];
|
||||
c1 = G->face_cells[2*f + 0];
|
||||
c2 = G->face_cells[2*f + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user