From d4ed636187e58b5ae08f97a6633a2d1468ffd8d7 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 2 Oct 2009 15:22:30 +0000 Subject: fix copy&paste mistake git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@13 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 870f94f..84253b3 100755 --- a/interface.ccl +++ b/interface.ccl @@ -12,4 +12,4 @@ CCTK_REAL eps type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase: CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "velocity" -CCTK_REAL Y_e[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "electron fraction" +CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "electron fraction" -- cgit v1.2.3