aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-03-03 10:14:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-03-03 10:14:00 +0000
commita22d07a8270dae2fb7fe66960a1f5151f78d663b (patch)
tree5906df0317fda9d7e8cf5a129707ebeb913de322 /Carpet/CarpetLib/src/data.hh
parentc9fc2b54490120cae40e70a75b8a0e96a83edb00 (diff)
CarpetLib: Small cleanups to vector group storage handling
darcs-hash:20050303101420-891bb-6c23d70652146f074a392970443190966c909d10.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index b30aa1452..676005745 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -35,7 +35,7 @@ class data: public gdata
void register_client (int index);
void unregister_client (int index);
- bool has_clients ();
+ bool has_clients () const;
public: