aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/commstate.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 20:30:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 20:30:00 +0000
commit19b303808872917650575b81741d6e9249f7f993 (patch)
tree6c0619d8fa0b31ff7336be4d44c16d22684b1317 /Carpet/CarpetLib/src/commstate.hh
parent2f1a70472799f6576260f295fa377b48c9b269a4 (diff)
CarpetLib: Re-indent commstate::procbufdesc
darcs-hash:20051119203028-dae7b-833af6bcab1804e0e6bd9858c703308652edfd57.gz
Diffstat (limited to 'Carpet/CarpetLib/src/commstate.hh')
-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