mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- Tinderbox did not discover this PR: ports/137712 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
11 lines
373 B
C
11 lines
373 B
C
--- magick/fourier.c.orig 2009-08-13 09:03:13.924505718 +0200
|
|
+++ magick/fourier.c 2009-08-13 09:03:24.685881339 +0200
|
|
@@ -515,7 +515,7 @@
|
|
for (x=0L; x < (long) fourier_info->center; x++)
|
|
{
|
|
magnitude[i]=cabs(fourier[i]);
|
|
- phase[i]=carg(fourier[i]);
|
|
+ phase[i]=atan2(cimag(fourier[i]),creal(fourier[i]));
|
|
i++;
|
|
}
|
|
else
|