aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-10-02 15:22:30 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-10-02 15:22:30 +0000
commitd4ed636187e58b5ae08f97a6633a2d1468ffd8d7 (patch)
tree5168915f0d8471b425aaac5aa3a038a00724da88
parentb854f02b194c53d9631bbbe8443f842c178abd14 (diff)
fix copy&paste mistake
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@13 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 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"