mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 05:53:28 -06:00
Realign pointer offsets to provide additional visual cues.
This commit is contained in:
parent
a920b472e2
commit
0cd6a0a0c6
@ -674,9 +674,9 @@ ifs_tpfa_construct(struct UnstructuredGrid *G,
|
|||||||
|
|
||||||
if (new != NULL) {
|
if (new != NULL) {
|
||||||
new->b = new->pimpl->ddata;
|
new->b = new->pimpl->ddata;
|
||||||
new->x = new->b + new->A->m;
|
new->x = new->b + new->A->m;
|
||||||
|
|
||||||
new->pimpl->fgrav = new->x + new->A->m;
|
new->pimpl->fgrav = new->x + new->A->m;
|
||||||
new->pimpl->work = new->pimpl->fgrav + G->number_of_faces;
|
new->pimpl->work = new->pimpl->fgrav + G->number_of_faces;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user