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