aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/commstate.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/commstate.hh b/Carpet/CarpetLib/src/commstate.hh
index 231e9ccba..e64fa8781 100644
--- a/Carpet/CarpetLib/src/commstate.hh
+++ b/Carpet/CarpetLib/src/commstate.hh
@@ -93,9 +93,9 @@ public:
char* recvbuf;
// constructor for an instance of this structure
- procbufdesc() : sendbufbase(NULL), recvbufbase(NULL),
- sendbufsize(0), recvbufsize(0),
- sendbuf(NULL), recvbuf(NULL) { }
+ procbufdesc() : sendbufsize(0), recvbufsize(0),
+ sendbuf(NULL), recvbuf(NULL),
+ sendbufbase(NULL), recvbufbase(NULL) {}
};
// structure describing a collective communications buffer for a C datatype