From 7d937fffc4337f86b3c8b641be867f22c694d151 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Fri, 5 Dec 2008 19:56:36 +0000 Subject: NR -> 2Geom, more h and cpp files (bzr r6952) --- src/spiral-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spiral-context.cpp') diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 57ff80209..090c8d276 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -452,7 +452,7 @@ sp_spiral_drag(SPSpiralContext *sc, Geom::Point p, guint state) Geom::Point const delta = p1 - p0; gdouble const rad = Geom::L2(delta); - gdouble arg = NR::atan2(delta) - 2.0*M_PI*spiral->revo; + gdouble arg = Geom::atan2(delta) - 2.0*M_PI*spiral->revo; if (state & GDK_CONTROL_MASK) { arg = sp_round(arg, M_PI/snaps); -- cgit v1.2.3