IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2008, 4:17:26 PM (17 years ago)
Author:
Paul Price
Message:

Fixing cut/paste error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSources.c

    r20940 r20944  
    208208
    209209    if (bounds->x0 > list->bounds->x1 || bounds->x1 < list->bounds->x0 ||
    210         bounds->x0 > list->bounds->x1 || bounds->x1 < list->bounds->x0) {
     210        bounds->y0 > list->bounds->y1 || bounds->y1 < list->bounds->y0) {
    211211        // Bounds don't overlap, so the sources don't either
    212212        psTrace("ppStack.sources", 7, "Bounds don't overlap\n");
Note: See TracChangeset for help on using the changeset viewer.