Skip to content

vtkMPICommunicator: fix failure to cast MPI_Datatype

Lucas Givord requested to merge lucas.givord/vtk:fix_mpi_cast into master

As MPI_Datatype can't be cast as static, we need to use a reinterpret_cast to avoid failure

Merge request reports