Index: /branches/eam_branches/20090820/ppImage/src/ppImageParityFlip.c
===================================================================
--- /branches/eam_branches/20090820/ppImage/src/ppImageParityFlip.c	(revision 25164)
+++ /branches/eam_branches/20090820/ppImage/src/ppImageParityFlip.c	(revision 25165)
@@ -125,5 +125,5 @@
     }
     // flip in both directions
-    if ((xParity != xParityTarget) && (yParity == yParityTarget)) {
+    if ((xParity != xParityTarget) && (yParity != yParityTarget)) {
 	for (int iy = 0; iy < Ny/2; iy++) {
 	    for (int ix = 0; ix < Nx; ix++) {
