IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15653


Ignore:
Timestamp:
Nov 19, 2007, 3:30:12 PM (18 years ago)
Author:
Paul Price
Message:

Ensuring data_exists is set at appropriate times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeMask.c

    r15651 r15653  
    9292    while ((chipOut = pmFPAviewNextChip(view, fpaOut, 1))) {
    9393        if (chipOut->hdu) {
     94            chipOut->data_exists = true;
    9495            pmFPAUpdateNames(fpaOut, chipOut, NULL);
    9596        }
     
    9899        while ((cellOut = pmFPAviewNextCell(view, fpaOut, 1))) {
    99100            if (cellOut->hdu) {
     101                chipOut->data_exists = cellOut->data_exists = true;
    100102                pmFPAUpdateNames(fpaOut, chipOut, cellOut);
    101103            }
Note: See TracChangeset for help on using the changeset viewer.