mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -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) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user