aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-01 16:37:19 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-01 16:37:19 -0500
commita74641919aeaa7188ff59cd0f961439e514312bf (patch)
tree90c78862b938c886a886a0044062e58da4bbab2c
parent3ce2fc2f9c7db49c4e12118853e85938e3f3a624 (diff)
ReductionTest: Use GRHydro instead of Whisky
-rw-r--r--CarpetExtra/ReductionTest/interface.ccl2
-rw-r--r--CarpetExtra/ReductionTest/src/CoM.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CarpetExtra/ReductionTest/interface.ccl b/CarpetExtra/ReductionTest/interface.ccl
index 20a698e8a..ff5dab82e 100644
--- a/CarpetExtra/ReductionTest/interface.ccl
+++ b/CarpetExtra/ReductionTest/interface.ccl
@@ -2,7 +2,7 @@
# $Header:$
implements: ReductionTest
-inherits: Whisky grid
+inherits: GRHydro grid
CCTK_REAL center_of_mass_helpers TYPE=GF TIMELEVELS=3 tags='prolongation="none"'
{
diff --git a/CarpetExtra/ReductionTest/src/CoM.c b/CarpetExtra/ReductionTest/src/CoM.c
index 6724ad7be..7a00ddc97 100644
--- a/CarpetExtra/ReductionTest/src/CoM.c
+++ b/CarpetExtra/ReductionTest/src/CoM.c
@@ -64,7 +64,7 @@ void CoM(CCTK_ARGUMENTS)
reduction_handle = CCTK_ReductionHandle("sum");
- varindex = CCTK_VarIndex("Whisky::dens");
+ varindex = CCTK_VarIndex("GRHydro::dens");
assert(varindex>=0);
ierr = CCTK_Reduce(cctkGH, -1, reduction_handle,
1, CCTK_VARIABLE_REAL, (void *)&denstotal, 1, varindex);