Skip to content

Commit

Permalink
set imaginary component of the complex conjugate to -Ai
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 5, 2021
1 parent 4480b3e commit 3a9c3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/fourier.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ MagickExport Image *ComplexImages(const Image *images,const ComplexOperator op,
default:
{
Cr[i]=Ar[i];
Ci[i]=(-Bi[i]);
Ci[i]=(-Ai[i]);
break;
}
case DivideComplexOperator:
Expand Down

0 comments on commit 3a9c3ed

Please sign in to comment.