IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28008


Ignore:
Timestamp:
May 18, 2010, 3:28:40 PM (16 years ago)
Author:
Paul Price
Message:

Remove bias sections to avoid warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppVizPattern/ppVizPatternLoop.c

    r26842 r28008  
    8080                }
    8181
     82                // Remove bias sections to avoid warnings
     83                psMetadataItem *biassec = psMetadataLookup(readout->parent->concepts, "CELL.BIASSEC");
     84                if (psListLength(biassec->data.V)) {
     85                    psFree(biassec->data.V);
     86                    biassec->data.V = psListAlloc(NULL);
     87                }
     88
    8289                readout->data_exists = true;
    8390                readout->parent->data_exists = true;
Note: See TracChangeset for help on using the changeset viewer.