Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dolist.c138 PetscErrorCode PetscObjectListDestroy(PetscObjectList *ifl) in PetscObjectListDestroy() argument
143 PetscAssertPointer(ifl, 1); in PetscObjectListDestroy()
144 fl = *ifl; in PetscObjectListDestroy()
151 *ifl = NULL; in PetscObjectListDestroy()