IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4644


Ignore:
Timestamp:
Jul 28, 2005, 10:03:38 AM (21 years ago)
Author:
Paul Price
Message:

Logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisReadStamps.c

    r4643 r4644  
    4343                    xPixel = (int)(x - 0.5);
    4444                    yPixel = (int)(y - 0.5);
    45                 } while (! result == 2 && lineBack && poisCheckStamp(image, mask, xPixel, yPixel, config));
     45                } while (result == 2 && lineBack && ! poisCheckStamp(image, mask, xPixel, yPixel, config));
    4646                if (result == 2 && lineBack) {
    4747                    stamp->x = xPixel;
Note: See TracChangeset for help on using the changeset viewer.