aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authorschnetter <>2004-04-13 09:13:00 +0000
committerschnetter <>2004-04-13 09:13:00 +0000
commit4c9de1248d2a16d3a915e3c1bff4f87ee76e3293 (patch)
tree2e0767352d212411053f35d32795fa73493b8cb9 /Carpet/CarpetLib/src/data.hh
parent2e58474fc9fa5128315453abd08b87ac7f35b670 (diff)
Comment
darcs-hash:20040413091349-07bb3-52f2c2f87c5c51b61b6cc2d609d985b1e24a846b.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index b12b6c48d..961e9020c 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.20 2004/04/08 11:16:35 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.hh,v 1.21 2004/04/13 11:13:48 schnetter Exp $
#ifndef DATA_HH
#define DATA_HH
@@ -31,7 +31,7 @@ class data: public gdata<D>
// Fields
T* _storage; // the data (if located on this processor)
- size_t _allocated_bytes;
+ size_t _allocated_bytes; // number of allocated bytes
int vectorlength;
int vectorindex;