From a1ff15bd67bbd22c6fcc986eb623866e545bc629 Mon Sep 17 00:00:00 2001 From: diener Date: Tue, 10 Jan 2006 15:37:08 +0000 Subject: 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 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface.ccl') 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 } -- cgit v1.2.3