aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.cc')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index 23c5aaead..0268a97db 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -62,7 +62,7 @@ MPI_Datatype mpi_datatype (slab<T,D> const&)
}
dist::mpi_struct_descr_t const descr[] = {
ENTRY(avect, offset),
- {1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
+ //{1, sizeof s, MPI_UB, "MPI_UB", "MPI_UB"}
};
#undef ENTRY
ostringstream buf;