aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
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 /src/make.code.defn
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 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 701a619..d24f363 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -18,7 +18,8 @@ SRCS = EHFinder_mod.F90 \
EHFinder_Generator_Sources.F90 \
EHFinder_Generator_Sources2.F90 \
EHFinder_ReInitialize.F90 \
- EHFinder_CarpetSupport.cc
+ EHFinder_CarpetSupport.cc \
+ EHFinder_fuzzy.F90
# Subdirectories containing source files
SUBDIRS =