aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authorschnetter <>2004-03-23 11:14:00 +0000
committerschnetter <>2004-03-23 11:14:00 +0000
commitb6ae9419e78279c0d766b3bb95cbc52e1456cdb9 (patch)
treec7fd0e1797e81d9fdc2471a60273fc7d89528d78 /Carpet/CarpetLib/src/data.hh
parent2a6d3a5b99bf13d97bef1ff7b17facbd88fbb861 (diff)
Move MPI request and tag handling from data to gdata
darcs-hash:20040323111429-07bb3-08a8c6b8d729eb0efc5b757b61401b14712d790c.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index 016dfcd1e..a6658e23e 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.hh,v 1.16 2004/01/25 14:57:29 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.hh,v 1.17 2004/03/23 12:14:29 schnetter Exp $
#ifndef DATA_HH
#define DATA_HH
@@ -31,11 +31,6 @@ class data: public gdata<D> {
// Fields
T* _storage; // the data (if located on this processor)
- bool comm_active;
- MPI_Request request;
-
- int tag; // MPI tag for this object
-
public:
// Constructors