From 906af66cbd514e2a5805a2f4ebd6fc1dde26976e Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 9 Sep 2001 14:33:01 +0000 Subject: fix z_patch::dpx_of_irho_isigma() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@306 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/patch/patch.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patch/patch.hh b/src/patch/patch.hh index 88eeb25..d86457e 100644 --- a/src/patch/patch.hh +++ b/src/patch/patch.hh @@ -468,7 +468,7 @@ public: const fp dnu = jtutil::degrees_of_radians( sigma_of_isigma(isigma) ); - return is_plus() ? dnu : 180.0 - dnu; + return is_plus() ? dnu : 360.0 - dnu; } fp dpy_of_irho_isigma(int irho, int sigma) const { -- cgit v1.2.3