Skip to content

Commit

Permalink
Merge pull request #13273 from bangerth/null
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 20, 2022
2 parents aba33d3 + cfc5c8f commit 5478749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/deal.II/base/mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ using MPI_Op = int;
# ifndef MPI_COMM_SELF
# define MPI_COMM_SELF 0
# endif
# ifndef MPI_COMM_NULL
# define MPI_COMM_NULL 0
# endif
# ifndef MPI_REQUEST_NULL
# define MPI_REQUEST_NULL 0
# endif
Expand Down

0 comments on commit 5478749

Please sign in to comment.