IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4643


Ignore:
Timestamp:
Jul 28, 2005, 9:48:00 AM (21 years ago)
Author:
Paul Price
Message:

Changing order of while so that reasonable check is executed first.

File:
1 edited

Legend:

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

    r4571 r4643  
    4343                    xPixel = (int)(x - 0.5);
    4444                    yPixel = (int)(y - 0.5);
    45                 } while (! poisCheckStamp(image, mask, xPixel, yPixel, config) && result == 2 && lineBack);
     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.