IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:36:01 AM (19 years ago)
Author:
rhl
Message:

Gene fixed uninitialised data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_SMPDATA.c

    r12709 r12884  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-01 02:33:59 $
     5 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-18 19:36:01 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545    psArray *table;
    4646    psMetadata *row;
    47     int i, type;
     47    int i;
    4848    psF32 *PAR, *dPAR;
    49     float lsky;
    5049    bool status;
    5150    psEllipseShape shape;
     
    5554    // find config information for output header
    5655    float ZERO_POINT = psMetadataLookupF32 (&status, imageHeader, "ZERO_PT");
     56    float lsky = 0;
     57    int type = 0;
    5758
    5859    table = psArrayAllocEmpty (sources->n);
Note: See TracChangeset for help on using the changeset viewer.