aboutsummaryrefslogtreecommitdiff
path: root/src/patch/coords.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/coords.cc')
-rw-r--r--src/patch/coords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/coords.cc b/src/patch/coords.cc
index 5ef9415..6e887d9 100644
--- a/src/patch/coords.cc
+++ b/src/patch/coords.cc
@@ -271,7 +271,7 @@ r_theta_phi_of_xyz(x, y, z, r, ps_theta, ps_phi);
// Bugs: computes ps_phi via trig, even though it's trivially == phi
namespace local_coords
{
-void r_theta_phi_of_nu_phi(fp nu, fp phi, fp& ps_theta, fp& ps_phi)
+void theta_phi_of_nu_phi(fp nu, fp phi, fp& ps_theta, fp& ps_phi)
{
fp x, y, z;
xyz_of_r_nu_phi(1.0, nu, phi, x, y, z);