IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2009, 9:56:23 AM (17 years ago)
Author:
eugene
Message:

add various new flag bits; move SUBTRACTED to internal only; threaded ops always use the threaded functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/psphot/src/psphotVisual.c

    r21366 r21490  
    11011101    Graphdata graphdata;
    11021102
    1103     bool state = !(source->mode & PM_SOURCE_MODE_SUBTRACTED);
     1103    bool state = !(source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED);
    11041104    psphotAddWithTest (source, true, maskVal); // replace source if subtracted
    11051105
Note: See TracChangeset for help on using the changeset viewer.