We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7931e5b commit a80babaCopy full SHA for a80baba
1 file changed
include/numerics/petsc_solver_exception.h
@@ -107,15 +107,6 @@ class PetscSolverException : public SolverException
107
#define LIBMESH_CHKERRQ(ierr) CHKERRQ(ierr);
108
#define LIBMESH_CHKERRA(comm, ierr) CHKERRABORT(comm, ierr);
109
110
-// Remove me: for backward compatibility with MOOSE only
111
-#define LibmeshPetscCall(...) \
112
- do \
113
- { \
114
- PetscErrorCode libmesh_petsc_call_ierr; \
115
- libmesh_petsc_call_ierr = __VA_ARGS__; \
116
- LIBMESH_CHKERRA(this->comm().get(), libmesh_petsc_call_ierr); \
117
- } while (0)
118
-
119
#endif
120
121
#define PETSC_BEGIN_END(Function) \
0 commit comments