aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/mpi_string.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-01-14 13:23:39 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2012-01-14 13:23:39 -0500
commitc1c40062787e7553eb4613c583e587b146455efa (patch)
tree7e66c96e631b7937b25837b3e4776492df47617d /Carpet/CarpetLib/src/mpi_string.hh
parent8dd9dfe040981336fa0e3a55f2264a4091392424 (diff)
CarpetLib: Don't declare dummy variable const
Diffstat (limited to 'Carpet/CarpetLib/src/mpi_string.hh')
-rw-r--r--Carpet/CarpetLib/src/mpi_string.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/mpi_string.hh b/Carpet/CarpetLib/src/mpi_string.hh
index 8222b9b2a..12cfbacd8 100644
--- a/Carpet/CarpetLib/src/mpi_string.hh
+++ b/Carpet/CarpetLib/src/mpi_string.hh
@@ -394,7 +394,7 @@ namespace CarpetLib
vector <T> alldata_buffer_out (total_length_out);
// Exchange all data vectors
- T const dummy;
+ T dummy;
MPI_Datatype const type = mpi_datatype (dummy);
int const tag = 4711;
vector <MPI_Request> reqs (2 * num_procs);