IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5989


Ignore:
Timestamp:
Jan 15, 2006, 8:20:03 AM (20 years ago)
Author:
magnier
Message:

added initialization for newStat

Location:
branches/eam_rel9_p0/psModules/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmAstrometryObjects.c

    r5674 r5989  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-12-05 20:49:30 $
     10*  @version $Revision: 1.1.10.1 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-01-15 18:19:38 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    536536    psArray *rot;
    537537
    538     pmAstromStats minStat, newStat;
     538    pmAstromStats minStat;
     539    pmAstromStats newStat = {{0, 0, 0, 0}, {0, 0, 0, 0}, 0, 0, 0, 0};
    539540    psPlane center;
    540541
  • branches/eam_rel9_p0/psModules/src/imcombine/pmReadoutCombine.c

    r5865 r5989  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2.10.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-12-31 04:34:52 $
     7 *  @version $Revision: 1.2.10.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-01-15 18:20:03 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    216216    int nKeep, nMin;
    217217    float keepFrac = 1.0 - params->fracLow - params->fracHigh;
    218     float value;
     218    float value = 0;
    219219    psF32 *saveVector = tmpPixelsKeep->data.F32;
    220220
Note: See TracChangeset for help on using the changeset viewer.