Skip to content
Snippets Groups Projects
Commit 82bafd41 authored by René Fritze's avatar René Fritze Committed by dune-community-bulldozer[bot]
Browse files

[parallel] mpi_comm_wrapper

fix typo
parent a1e4433c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ namespace Dune { ...@@ -25,7 +25,7 @@ namespace Dune {
namespace XT { namespace XT {
namespace Common { namespace Common {
//! this class is needed becaus epybind11 canot directly use the real mpi_comm type //! this class is needed because pybind11 cannot directly use the real mpi_comm type
class MPI_Comm_Wrapper class MPI_Comm_Wrapper
{ {
using WrappedComm = MPIHelper::MPICommunicator; using WrappedComm = MPIHelper::MPICommunicator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment