IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5835


Ignore:
Timestamp:
Dec 23, 2005, 12:09:46 PM (21 years ago)
Author:
magnier
Message:

added inits

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

Legend:

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

    r5674 r5835  
    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.4.1 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-12-23 22:09:46 $
    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_b0/psModules/src/imsubtract/pmSubtractBias.c

    r5552 r5835  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-11-19 00:55:18 $
     8 *  @version $Revision: 1.6.4.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-12-23 22:09:46 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    892892    psS32 nBin)
    893893{
    894     psS32 vecSize;
     894    psS32 vecSize = 0;
    895895
    896896    if (overScanAxis == PM_OVERSCAN_ROWS) {
Note: See TracChangeset for help on using the changeset viewer.