IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25165


Ignore:
Timestamp:
Aug 20, 2009, 5:49:14 PM (17 years ago)
Author:
eugene
Message:

fix typo on logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090820/ppImage/src/ppImageParityFlip.c

    r25160 r25165  
    125125    }
    126126    // flip in both directions
    127     if ((xParity != xParityTarget) && (yParity == yParityTarget)) {
     127    if ((xParity != xParityTarget) && (yParity != yParityTarget)) {
    128128        for (int iy = 0; iy < Ny/2; iy++) {
    129129            for (int ix = 0; ix < Nx; ix++) {
Note: See TracChangeset for help on using the changeset viewer.