IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 2:33:22 PM (21 years ago)
Author:
desonia
Message:

merged branch eam_rel9_b1. Contains many fixes made by IfA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r5816 r5841  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-12-20 05:20:50 $
     12*  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-12-24 00:33:13 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    380380    PS_ASSERT_PTR_NON_NULL(projection, NULL);
    381381
    382     psF64 phi, theta;
    383     psF64 sinDp, cosDp, sinAlpha, cosAlpha, sinDelta, cosDelta;
    384     psF64 sinTheta, cosPhiCT, sinPhiCT, zeta;
     382    psF64 phi = 0;
     383    psF64 theta = 0;
     384    psF64 sinTheta = 0;
     385    psF64 cosPhiCT = 0;
     386    psF64 sinPhiCT = 0;
     387    psF64 sinDp, cosDp, sinAlpha, cosAlpha, sinDelta, cosDelta, zeta;
    385388
    386389    bool zenithal = (projection->type == PS_PROJ_TAN) ||(projection->type == PS_PROJ_SIN);
Note: See TracChangeset for help on using the changeset viewer.