Skip to content
  • Thomas Jahns's avatar
    Remove unneeded const qualification. · e7f63627
    Thomas Jahns authored
    * While it would be desirable to have buffer declared const when the
      underlying MPI allows const buffer parameters to MPI_Unpack,
      that is not guaranteed to work so we keep the parameter declared void *
      instead of const void *.
    e7f63627