Changeset 5841 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Dec 23, 2005, 2:33:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r5816 r5841 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.9 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-12-2 0 05:20:50$12 * @version $Revision: 1.99 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-12-24 00:33:13 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 380 380 PS_ASSERT_PTR_NON_NULL(projection, NULL); 381 381 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; 385 388 386 389 bool zenithal = (projection->type == PS_PROJ_TAN) ||(projection->type == PS_PROJ_SIN);
Note:
See TracChangeset
for help on using the changeset viewer.
