IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2007, 8:01:42 PM (19 years ago)
Author:
magnier
Message:

fixed un-inits

File:
1 edited

Legend:

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

    r11616 r11618  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-02-03 05:35:30 $
     12*  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-02-03 06:01:42 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    531531    psF64  theta = 0.0;
    532532    psF64  phi   = 0.0;
    533     psF64  x, y, R;
     533    psF64  x = 0, y = 0, R = 0;
    534534
    535535    psProjectionClass class = PS_PROJ_NONE;
Note: See TracChangeset for help on using the changeset viewer.