Home
last modified time | relevance | path

Searched refs:oldnext (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/composite/
H A Dmcomposite.c34 Mat_CompositeLink next, oldnext; in MatDestroy_Composite() local
43 oldnext = next; in MatDestroy_Composite()
45 PetscCall(PetscFree(oldnext)); in MatDestroy_Composite()