aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <>2001-03-17 21:26:00 +0000
committereschnett <>2001-03-17 21:26:00 +0000
commit89991e699c133070816a33855801b0bcf033ebf8 (patch)
treec1c5d06f1c97cac3aae624f93026bc6b7fd1bc91
parent91ebe9a2139a39d6357569f922b1e52b4c96f50b (diff)
Quick and ugly fix.
darcs-hash:20010317212652-f6438-da9620d92ae4a3dfb60c46145a31ae16532f0174.gz
-rw-r--r--Carpet/Carpet/src/carpet.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/carpet.cc b/Carpet/Carpet/src/carpet.cc
index 1fdf773db..72d950d36 100644
--- a/Carpet/Carpet/src/carpet.cc
+++ b/Carpet/Carpet/src/carpet.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Attic/carpet.cc,v 1.13 2001/03/16 21:32:17 eschnett Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Attic/carpet.cc,v 1.14 2001/03/17 22:26:52 eschnett Exp $
// It is assumed that the number of components of all arrays is equal
// to the number of components of the grid functions, and that their
@@ -33,7 +33,7 @@
#include "carpet.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Attic/carpet.cc,v 1.13 2001/03/16 21:32:17 eschnett Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Attic/carpet.cc,v 1.14 2001/03/17 22:26:52 eschnett Exp $";
@@ -704,6 +704,8 @@ namespace Carpet {
int DisableGroupStorage (cGH* cgh, const char* groupname)
{
Checkpoint ("%*sDisableGroupStorage %s", 2*reflevel, "", groupname);
+ // XXX
+ return 1;
const int group = CCTK_GroupIndex(groupname);
assert (group>=0 && group<CCTK_NumGroups());