IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 5:32:01 PM (19 years ago)
Author:
Paul Price
Message:

Need to set data_exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoop.c

    r13022 r13283  
    666666
    667667                psFree(rowBias);
     668
     669                readout->data_exists = true;
    668670                psFree(readout);        // Drop reference
    669671            }
     
    688690                                              xParityCell * xParityChip, yParityCell * yParityChip);
    689691            }
     692            cell->data_exists = true;
    690693
    691694            if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
     
    704707                                          xParityChip, yParityChip);
    705708        }
     709        chip->data_exists = true;
    706710
    707711        if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
Note: See TracChangeset for help on using the changeset viewer.