aboutsummaryrefslogtreecommitdiff
path: root/src/gr/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-21 20:39:51 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-21 20:39:51 +0000
commit03bd2968bc2cafe03a4d76c3609526bd23896a0f (patch)
treee53cca7d80221f9157510fdacf982cd4fb504273 /src/gr/make.code.defn
parent47f5db5fc54dfed7c03e6d5264a25ee02e382347 (diff)
change in terminology/notation:
LHS of apparent horizon equation was formerly called $H$, changed to $\Theta$ because it is in fact precisely the expansion of the surface r = h(angle). This implies renaming a lot of variables & functions & a few parameters (which aren't specified in most par files outside my own for testing this thorn) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@901 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/make.code.defn')
-rw-r--r--src/gr/make.code.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gr/make.code.defn b/src/gr/make.code.defn
index a371c50..e93414f 100644
--- a/src/gr/make.code.defn
+++ b/src/gr/make.code.defn
@@ -2,8 +2,8 @@
# $Header$
# Source files in this directory
-SRCS = horizon_function.cc \
- horizon_Jacobian.cc \
+SRCS = expansion.cc \
+ expansion_Jacobian.cc \
Schwarzschild_EF.cc
# Subdirectories containing source files