aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/region.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/region.cc')
-rw-r--r--Carpet/CarpetLib/src/region.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/region.cc b/Carpet/CarpetLib/src/region.cc
index 99d8c1697..b4e5c6022 100644
--- a/Carpet/CarpetLib/src/region.cc
+++ b/Carpet/CarpetLib/src/region.cc
@@ -422,7 +422,7 @@ mpi_datatype (pseudoregion_t const &)
dist::mpi_struct_descr_t const descr[] = {
ENTRY(int, extent),
ENTRY(int, component),
- {1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
+ //{1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
};
#undef ENTRY
newtype =
@@ -451,7 +451,7 @@ mpi_datatype (sendrecv_pseudoregion_t const &)
dist::mpi_struct_descr_t const descr[] = {
ENTRY(pseudoregion_t, send),
ENTRY(pseudoregion_t, recv),
- {1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
+ //{1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
};
#undef ENTRY
newtype =