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/psphotAddNoise.c

    r21183 r21490  
    5050
    5151        // skip sources which were not subtracted
    52         if (!(source->mode & PM_SOURCE_MODE_SUBTRACTED)) continue;
     52        if (!(source->tmpFlags & PM_SOURCE_TMPF_SUBTRACTED)) continue;
    5353
    5454        // select appropriate model
Note: See TracChangeset for help on using the changeset viewer.