aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmundim <bmundim@57fe0bb3-ccba-405f-9b23-de0201f165b7>2011-02-21 19:13:43 +0000
committerbmundim <bmundim@57fe0bb3-ccba-405f-9b23-de0201f165b7>2011-02-21 19:13:43 +0000
commitf0e9de176a8f8a16412088a5da2a358c4c007cdc (patch)
tree937e2676a1efa27687f9e53455aee5920a67490a
parent4f428fa0cb738ce35740188fde8c7e7176f799b1 (diff)
Lorentz factor tensor type alias fixed.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@39 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xinterface.ccl2
1 files changed, 1 insertions, 1 deletions
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]"