PetscPopErrorHandler

Removes the latest error handler that was pushed with PetscPushErrorHandler().

Synopsis

#include "petsc.h" 
int PetscPopErrorHandler(void)
Not Collective

Fortran Note

This routine is not supported in Fortran.

See Also

PetscPushErrorHandler()

Level:intermediate
Location:
src/sys/src/error/err.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex27.c.html