aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-01 16:37:19 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:37 +0000
commit82a0c9b8863107ae473f6ca4143082d6ffb6fce0 (patch)
tree904610ac67ad215fa5a482ec21c0df64ddf50f67 /CarpetExtra/ReductionTest/src
parent25973afdd30cc4674d186d5f27a4da852e59b64c (diff)
ReductionTest: Use GRHydro instead of Whisky
Diffstat (limited to 'CarpetExtra/ReductionTest/src')
-rw-r--r--CarpetExtra/ReductionTest/src/CoM.c2
1 files changed, 1 insertions, 1 deletions
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);