aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-08 14:01:36 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-08 14:01:36 +0000
commit35d8115e452c8ff4171aff23ca86856dd9208331 (patch)
treec2b24e387a9302ceb5927e4ecb03af1a4fd07ca1 /src/gr
parent746c0d7aff2b1a678564d39bfb1729eb45dbf45e (diff)
rename this file from metric_derivs.maple to curvature.maple
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@621 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/curvature.maple (renamed from src/gr/metric_derivs.maple)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gr/metric_derivs.maple b/src/gr/curvature.maple
index d6ad956..2652a5c 100644
--- a/src/gr/metric_derivs.maple
+++ b/src/gr/curvature.maple
@@ -1,7 +1,7 @@
-# metric_derivs.maple - evaluate various "derivatives of the metric" quantities
+# curvature.maple - evaluate various "derivatives of the metric" quantities
# $Id$
#
-# metric_derivs - overall driver
+# curvature - overall driver
## inverse_metric_gradient - compute partial_d_g_uu
## metric_det_gradient - compute partial_d_ln_sqrt_g
#
@@ -25,7 +25,7 @@
# Outputs (Maple + C code file "metric_det_gradient.c")
# partial_d_ln_sqrt_g = partial_d_ln_sqrt_g__fnd(g_uu, partial_d_g_dd)
#
-metric_derivs :=
+curvature :=
proc(cg_flag::boolean)
inverse_metric_gradient(cg_flag);