Actual source code: petscerror.h

petsc-3.12.5 2020-03-29
Report Typos and Errors

  2: !
  3: !  Include file for Fortran error codes
  4: !
  5: #include "petsc/finclude/petscerror.h"
  6:       PetscEnum PETSC_ERROR_INITIAL
  7:       PetscEnum PETSC_ERROR_REPEAT
  8:       parameter (PETSC_ERROR_INITIAL = 0)
  9:       parameter (PETSC_ERROR_REPEAT = 1)