aboutsummaryrefslogtreecommitdiff
path: root/src/patch/coord_derivs.maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 17:26:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 17:26:25 +0000
commitbd222c6a29ba8478fac62fc58b9790d58d9086d7 (patch)
tree53586378c6a161bb6fd3cbec5f9aa9b31c8a3628 /src/patch/coord_derivs.maple
parenta48ea2f96e207794854bca76be81ba121a98c34e (diff)
change from $Id:$ to $Header:$
fix a bug in local_coords::partial_xyz_wrt_mu_nu() redo Jacobian computation for surface integrals git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@730 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/coord_derivs.maple')
-rw-r--r--src/patch/coord_derivs.maple2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/coord_derivs.maple b/src/patch/coord_derivs.maple
index 154eb20..afddb02 100644
--- a/src/patch/coord_derivs.maple
+++ b/src/patch/coord_derivs.maple
@@ -1,5 +1,5 @@
# coord_derivs.maple -- compute derivatives of (mu,nu,phi) wrt (x,y,z)
-# $Id$
+# $Header$
mu := arctan(y/z);
nu := arctan(x/z);