aboutsummaryrefslogtreecommitdiff
path: root/src/patch/coords.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 15:15:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 15:15:50 +0000
commit6415d56d484329f6e77825658ba632b84ea0f259 (patch)
tree299c142f7c47ab5ce6bc63db3b9dd835615e2181 /src/patch/coords.cc
parent06d14856dd167f61cc89aa511cb1926b49c77c8d (diff)
fix syntax botch from last commit
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@577 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/coords.cc')
-rw-r--r--src/patch/coords.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/patch/coords.cc b/src/patch/coords.cc
index 0222840..dfacfac 100644
--- a/src/patch/coords.cc
+++ b/src/patch/coords.cc
@@ -442,9 +442,6 @@ namespace local_coords
void xcos_ycos_zcos_of_mu_phi(fp mu, fp phi, fp& xcos, fp& ycos, fp& zcos)
{
xyz_of_r_mu_phi(1.0,mu,phi, xcos,ycos,zcos);
-xcos = x;
-ycos = y;
-zcos = z;
}
}