aboutsummaryrefslogtreecommitdiff
path: root/src/maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-27 17:41:22 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-27 17:41:22 +0000
commit745e00769213611af011b318953612854cec7784 (patch)
tree9596016b878e4204fcb0e930dad9939b999f3489 /src/maple
parent6d625f12986aefb0f49b2d56c2fdb9db9b0c2c45 (diff)
fix out-of-date comments
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@667 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/maple')
-rw-r--r--src/maple/gfa.maple7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/maple/gfa.maple b/src/maple/gfa.maple
index 4a16de4..167b659 100644
--- a/src/maple/gfa.maple
+++ b/src/maple/gfa.maple
@@ -6,7 +6,7 @@
# ***** gridfn-array sets *****
# make_gfa - construct a new gridfn array
# assert_fnd_exists - assert (verify) that a given gridfn array fnd form exists
-# fnd_name - Maple name of functional-dependence form
+# Maple_name - Maple name of functional-dependence form
#
# index/symmetric3_23 - Maple indexing fn for rank 3 array sym on axes 23
#
@@ -186,9 +186,8 @@ end proc;
# types of calls are equivalent).
#
# Arguments (1-argument form):
-# gfa_name = The name of the fnd-form to verify, eg 'g_dd.fnd'.
-# If this isn't inert, it should be quoted so this function
-# gets the name, not whatever value may have been assigned to it.
+# gfa_name = The name of the gridfn array itself. In this case the
+# fnd name defaults to `fnd`.
#
# Arguments (2-argument form):
# gfa_name = The name of the gridfn array itself, eg `g_dd`.