Skip to content

Commit

Permalink
Remove maps for char and bool
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Nov 11, 2024
1 parent f3390d4 commit 133620c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/dolfinx/common/MPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ MPI_Datatype mpi_t = mpi_type_mapping<T>::type;
/// @defgroup MPI type mappings
/// @{
/// @cond
MAP_TO_MPI_TYPE(char, MPI_CHAR)
MAP_TO_MPI_TYPE(bool, MPI_C_BOOL)
MAP_TO_MPI_TYPE(float, MPI_FLOAT)
MAP_TO_MPI_TYPE(double, MPI_DOUBLE)
MAP_TO_MPI_TYPE(std::complex<float>, MPI_C_FLOAT_COMPLEX)
Expand Down

0 comments on commit 133620c

Please sign in to comment.