aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2006-01-10 15:37:08 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2006-01-10 15:37:08 +0000
commita1ff15bd67bbd22c6fcc986eb623866e545bc629 (patch)
tree50f8fccb752820a1b9db17c84c537da8b001a58c /interface.ccl
parent6155a4231cf69c74670edecc6765beceb96b78f9 (diff)
Changed the grid function used in the flooding alogrithm (to find the number
of separate surfaces) from integer to real type in preparation to get the area calculation to work with Carpet. Introduced a module with fuzzy comparison routines. Testsuite still passes. Still needs to be tested in more complicated circumstances. Please report any problems. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@199 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index ae4d0e7..e63187f 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_INT surface_index TYPE=GF TIMELEVELS=1 tags='tensortypealias="Scalar" Prolongation="None"'
+CCTK_REAL surface_index TYPE=GF TIMELEVELS=1 tags='tensortypealias="Scalar"
{
sc
}