Realign pointer offsets to provide additional visual cues.
This commit is contained in:
parent
762fcc76b4
commit
2df84c74a8
@ -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