aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 10:34:36 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 10:34:36 +0000
commit681d56c1066387490dbcee6f7895736579e6a2ff (patch)
tree6bb931e7143587cd6eefdfc685b9f7ebbfdc54bf /src/gr
parent35078f6fda2053d2517bbf20b7fb200861f16ee3 (diff)
fix syntax error
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@626 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/horizon.maple2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/horizon.maple b/src/gr/horizon.maple
index c28611b..f7c191c 100644
--- a/src/gr/horizon.maple
+++ b/src/gr/horizon.maple
@@ -28,7 +28,7 @@ proc(cg_flag::boolean)
non_unit_normal();
non_unit_normal_deriv();
horizon_function(cg_flag);
-horiozn_Jacobian(cg_flag);
+horizon_Jacobian(cg_flag);
NULL;
end proc;