IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:00:49 PM (21 years ago)
Author:
magnier
Message:

added variable inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/astro/psCoord.c

    r5682 r5825  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-12-05 21:33:29 $
     12*  @version $Revision: 1.96.6.1 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-12-23 01:58:22 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    407407    PS_ASSERT_PTR_NON_NULL(projection, NULL);
    408408
    409     psF64 phi, theta;
    410     psF64 sinDp, cosDp, sinAlpha, cosAlpha, sinDelta, cosDelta;
    411     psF64 sinTheta, cosPhiCT, sinPhiCT, zeta;
     409    psF64 phi = 0;
     410    psF64 theta = 0;
     411    psF64 sinTheta = 0;
     412    psF64 cosPhiCT = 0;
     413    psF64 sinPhiCT = 0;
     414    psF64 sinDp, cosDp, sinAlpha, cosAlpha, sinDelta, cosDelta, zeta;
    412415
    413416    bool zenithal = (projection->type == PS_PROJ_TAN) ||(projection->type == PS_PROJ_SIN);
Note: See TracChangeset for help on using the changeset viewer.