From 05daf480983476ac9d8fd45aed64a54f5b6d1aca Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 12 Jan 2010 05:11:15 +0000 Subject: Implement primitive maximum density search ala Whisky. This should be fine most of the time, but might break without notice if unlucky. Ideas of a safer neutron star tracking exist, but are not implemented here. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Hydro_Analysis/trunk@26 b6729ddc-ac74-4bd1-908c-9dc7244c52a1 --- src/make.code.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/make.code.defn b/src/make.code.defn index d31ca86..a030faf 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -1,7 +1,7 @@ # Main make.code.defn file for thorn Hydro_Analysis # Source files in this directory -SRCS = +SRCS = Hydro_Analysis_Maxima.c # Subdirectories containing source files SUBDIRS = -- cgit v1.2.3