aboutsummaryrefslogtreecommitdiff
path: root/src/maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 14:12:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 14:12:18 +0000
commite77d77af39eabf9aea5ca024ed1aca9df48460dc (patch)
tree5bad2b1762ed2231efa74ce9e764465851726427 /src/maple
parent3bccbe234a26d06513131bf185440b2cd01d9222 (diff)
change $Id:$ --> $Header:$
rename src/util/ --> src/patch/ add Jacobian code for computing surface integrals add support for choosing ASCII or HDF5 data files (HDF5 not implemented yet) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@727 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/maple')
-rw-r--r--src/maple/Diff.maple2
-rw-r--r--src/maple/codegen2.maple2
-rw-r--r--src/maple/coeffs.maple2
-rw-r--r--src/maple/coords.maple2
-rw-r--r--src/maple/coords.minc2
-rw-r--r--src/maple/gfa.maple2
-rw-r--r--src/maple/gfa.minc2
-rw-r--r--src/maple/setup.maple2
-rw-r--r--src/maple/util.maple2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/maple/Diff.maple b/src/maple/Diff.maple
index 820ac86..10a66ee 100644
--- a/src/maple/Diff.maple
+++ b/src/maple/Diff.maple
@@ -1,5 +1,5 @@
# Diff.maple -- Diff() and friends
-# $Id$
+# $Header$
#
# simplify/Diff - simplify(...) function for expressions containing Diff()
diff --git a/src/maple/codegen2.maple b/src/maple/codegen2.maple
index 3f459c4..eaa881b 100644
--- a/src/maple/codegen2.maple
+++ b/src/maple/codegen2.maple
@@ -1,5 +1,5 @@
# codegen2.maple -- generate C code from Maple expressions
-# $Id$
+# $Header$
#
# codegen2 - generate C code from Maple expressions
#
diff --git a/src/maple/coeffs.maple b/src/maple/coeffs.maple
index e2b90e3..059d8a7 100644
--- a/src/maple/coeffs.maple
+++ b/src/maple/coeffs.maple
@@ -1,5 +1,5 @@
# coeffs.maple - set up coordinate coefficients
-# $Id$
+# $Header$
#
# setup_coeff_gfas - create the coordinate-transformation coefficient gfas
#
diff --git a/src/maple/coords.maple b/src/maple/coords.maple
index d76993c..abba0e9 100644
--- a/src/maple/coords.maple
+++ b/src/maple/coords.maple
@@ -1,5 +1,5 @@
# coords.maple -- set up and covert between coordinates, gridfn arrays, etc
-# $Id$
+# $Header$
#
# setup_coords - set up coordinates
diff --git a/src/maple/coords.minc b/src/maple/coords.minc
index 0924b94..b72a25e 100644
--- a/src/maple/coords.minc
+++ b/src/maple/coords.minc
@@ -1,5 +1,5 @@
# coords.minc -- global variables for coordinates
-# $Id$
+# $Header$
# Kronecker delta
delta,
diff --git a/src/maple/gfa.maple b/src/maple/gfa.maple
index 167b659..b36315c 100644
--- a/src/maple/gfa.maple
+++ b/src/maple/gfa.maple
@@ -1,5 +1,5 @@
# gfa.maple -- low-level gridfn array "database"
-# $Id$
+# $Header$
#
# ***** gridfn arrays *****
# ***** functional dependences *****
diff --git a/src/maple/gfa.minc b/src/maple/gfa.minc
index daf2cbd..a3adb02 100644
--- a/src/maple/gfa.minc
+++ b/src/maple/gfa.minc
@@ -1,5 +1,5 @@
# gfa.minc -- global variables for gridfn array system and other misc stuff
-# $Id$
+# $Header$
# arguments to make_gfa
inert, none,
diff --git a/src/maple/setup.maple b/src/maple/setup.maple
index 6835cb6..931d433 100644
--- a/src/maple/setup.maple
+++ b/src/maple/setup.maple
@@ -1,5 +1,5 @@
# setup.maple -- top-level Maple input file to set up PDE compiler system
-# $Id$
+# $Header$
#
# Note not all files here actually *use* the preprocessor, but for
diff --git a/src/maple/util.maple b/src/maple/util.maple
index a099d7a..1ed171d 100644
--- a/src/maple/util.maple
+++ b/src/maple/util.maple
@@ -1,5 +1,5 @@
# util.maple -- Maple utility functions
-# $Id$
+# $Header$
#
# msum - multiple-index sum()