aboutsummaryrefslogtreecommitdiff
path: root/src/cartesian_to_spherical.F
diff options
context:
space:
mode:
authorgoodale <goodale@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2004-05-17 11:51:13 +0000
committergoodale <goodale@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2004-05-17 11:51:13 +0000
commit58d8c0e9ba4217b011ed5fc572973dca842ee5f2 (patch)
tree8821b09629b3320f2ea5755ee44f7dcc000dbe5f /src/cartesian_to_spherical.F
parentd18babc7883e3673b4c109c292ce8f9e38ce4f7e (diff)
Untabified.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@96 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
Diffstat (limited to 'src/cartesian_to_spherical.F')
-rw-r--r--src/cartesian_to_spherical.F10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cartesian_to_spherical.F b/src/cartesian_to_spherical.F
index d55f84f..f75aea4 100644
--- a/src/cartesian_to_spherical.F
+++ b/src/cartesian_to_spherical.F
@@ -56,7 +56,7 @@ c ------------------------------------------------------------------
DO it = 1, Nt
- ct = COS(theta(it)) ; ct2 = ct*ct
+ ct = COS(theta(it)) ; ct2 = ct*ct
st = SIN(theta(it)) ; st2 = st*st
DO ip = 1, Np
@@ -64,9 +64,9 @@ c ------------------------------------------------------------------
cp = COS(phi(ip)) ; cp2 = cp*cp
sp = SIN(phi(ip)) ; sp2 = sp*sp
- gxx = gxxs(it,ip) ; dgxx = dgxxs(it,ip)
- gxy = gxys(it,ip) ; dgxy = dgxys(it,ip)
- gxz = gxzs(it,ip) ; dgxz = dgxzs(it,ip)
+ gxx = gxxs(it,ip) ; dgxx = dgxxs(it,ip)
+ gxy = gxys(it,ip) ; dgxy = dgxys(it,ip)
+ gxz = gxzs(it,ip) ; dgxz = dgxzs(it,ip)
gyy = gyys(it,ip) ; dgyy = dgyys(it,ip)
gyz = gyzs(it,ip) ; dgyz = dgyzs(it,ip)
gzz = gzzs(it,ip) ; dgzz = dgzzs(it,ip)
@@ -99,7 +99,7 @@ c ------------------------------------------------------------------
& -two*cp*sp*dgxy+cp2*dgyy)
END DO
-
+
END DO