From 323f1d8c5ff017626f14872bc157cc5ffdf0b5e2 Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 18 Aug 2010 18:54:33 +0000 Subject: correct tensortype git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Hydro_Analysis/trunk@111 b6729ddc-ac74-4bd1-908c-9dc7244c52a1 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index ff01344..abf4d54 100644 --- a/interface.ccl +++ b/interface.ccl @@ -12,7 +12,7 @@ CCTK_REAL Hydro_Analysis_rho_sum type = SCALAR tags='checkpoint="no"' "value of CCTK_REAL Hydro_Analysis_rho_max_loc[3] type = SCALAR tags='checkpoint="no"' "coordinate location of the maximum of rho" -CCTK_REAL Hydro_Analysis_rho_center_volume_weighted_gf[3] type = GF Timelevels = 3 tags='checkpoint="no" tensortypealias="vector"' "temporary GF to obtain the coordinate location of the volume weightes center of mass via a reduction" +CCTK_REAL Hydro_Analysis_rho_center_volume_weighted_gf[3] type = GF Timelevels = 3 tags='checkpoint="no" tensortypealias="u"' "temporary GF to obtain the coordinate location of the volume weighted center of mass via a reduction" CCTK_REAL Hydro_Analysis_rho_center_volume_weighted[3] type = SCALAR tags='checkpoint="no"' "coordinate location of the volume weightes center of mass" -- cgit v1.2.3