Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex65.c114 #define PetscCheckArrayPointer(expected_non_null, array) \ in TestPetscFunctionListGet() argument
115expected_non_null) ? (array) != NULL : (array) == NULL, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PetscFun… in TestPetscFunctionListGet()