Actual source code: petscerror.h

petsc-3.9.4 2018-09-11
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)