mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-24 17:36:25 -06:00
Spelling.
This commit is contained in:
parent
bfc50ea14b
commit
c689a82c96
@ -1114,7 +1114,7 @@ cfs_tpfa_impes_maxtime_cell(int c,
|
|||||||
c2 = G->face_cells[2*f + 1];
|
c2 = G->face_cells[2*f + 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initially only interiour faces */
|
/* Initially only interior faces */
|
||||||
if (c2 < 0) {
|
if (c2 < 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@ -1236,7 +1236,7 @@ cfs_tpfa_expl_mass_transport(grid_t *G,
|
|||||||
cpress = h->x;
|
cpress = h->x;
|
||||||
wpress = h->x + G->number_of_cells;
|
wpress = h->x + G->number_of_cells;
|
||||||
|
|
||||||
/* Transport through interiour faces */
|
/* Transport through interior faces */
|
||||||
for (c = i = 0; c < G->number_of_cells; c++) {
|
for (c = i = 0; c < G->number_of_cells; c++) {
|
||||||
for (; i < G->cell_facepos[c + 1]; i++) {
|
for (; i < G->cell_facepos[c + 1]; i++) {
|
||||||
f = G->cell_faces[i];
|
f = G->cell_faces[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user