aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@2a26948c-0e4f-0410-aee8-f1d3e353619c>2006-04-07 13:52:52 +0000
committerschnetter <schnetter@2a26948c-0e4f-0410-aee8-f1d3e353619c>2006-04-07 13:52:52 +0000
commit403327f6448fe1d4cc2f076dd6ebf26b53bdd2ea (patch)
treedd19e788ef51715c0b15463fd023de0a17accc3a
parenta1ff15bd67bbd22c6fcc986eb623866e545bc629 (diff)
Correct error in group tag specification
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@200 2a26948c-0e4f-0410-aee8-f1d3e353619c
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index e63187f..84e5973 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -75,7 +75,7 @@ CCTK_INT niter_reinit TYPE=SCALAR
#CCTK_INT carpet_re_init_control TYPE=SCALAR
# Grid function used in counting surfaces.
-CCTK_REAL surface_index TYPE=GF TIMELEVELS=1 tags='tensortypealias="Scalar"
+CCTK_REAL surface_index TYPE=GF TIMELEVELS=1 tags='tensortypealias="Scalar" Prolongation="None"'
{
sc
}