aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Restrict.cc
diff options
context:
space:
mode:
authorschnetter <>2001-11-05 16:53:00 +0000
committerschnetter <>2001-11-05 16:53:00 +0000
commit91e2a217263107e04f5b099c3cf8bcb032ddf1de (patch)
treeef0a613ea2dd37f3a7594b060b977f7265adb909 /Carpet/Carpet/src/Restrict.cc
parent5d28c7793b601e70cacaefe1ae5133b01b8879d4 (diff)
Adapted Carpet to the new Cactus API. Works on Linux. High hopes for SGIs.
darcs-hash:20011105165301-07bb3-7021e7a839dfd9970aad6ff46278b551dc5a239e.gz
Diffstat (limited to 'Carpet/Carpet/src/Restrict.cc')
-rw-r--r--Carpet/Carpet/src/Restrict.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/Restrict.cc b/Carpet/Carpet/src/Restrict.cc
index f79d57386..9a254d79e 100644
--- a/Carpet/Carpet/src/Restrict.cc
+++ b/Carpet/Carpet/src/Restrict.cc
@@ -8,7 +8,7 @@
#include "carpet.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Restrict.cc,v 1.3 2001/11/02 10:58:59 schnetter Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Restrict.cc,v 1.4 2001/11/05 17:53:02 schnetter Exp $";
@@ -29,7 +29,7 @@ namespace Carpet {
for (int group=0; group<CCTK_NumGroups(); ++group) {
// Restrict only groups with storage
- if (CCTK_QueryGroupStorageI((cGH*)cgh, group)) {
+ if (CCTK_QueryGroupStorageI(cgh, group)) {
const int tl = 0;