From f0e9de176a8f8a16412088a5da2a358c4c007cdc Mon Sep 17 00:00:00 2001 From: bmundim Date: Mon, 21 Feb 2011 19:13:43 +0000 Subject: Lorentz factor tensor type alias fixed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@39 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index a0d4ac8..da0b789 100755 --- a/interface.ccl +++ b/interface.ccl @@ -35,7 +35,7 @@ CCTK_REAL eps type = GF Timelevels = 3 tags='ProlongationParameter="HydroBas CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "velocity v^i" -CCTK_REAL w_lorentz type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "Lorentz Factor" +CCTK_REAL w_lorentz type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Lorentz Factor" CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Electron Fraction" CCTK_REAL temperature type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Temperature [MeV]" -- cgit v1.2.3