IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23674


Ignore:
Timestamp:
Apr 1, 2009, 5:27:36 PM (17 years ago)
Author:
Paul Price
Message:

Fixing logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/ppSubReadout.c

    r23673 r23674  
    3333        psError(PS_ERR_UNKNOWN, false, "Unable to match PSFs.");
    3434        return false;
    35     } else if (!data->quality) {
     35    } else if (data->quality) {
    3636        // Can't do anything at all
    3737        return true;
Note: See TracChangeset for help on using the changeset viewer.