Changeset 5825 for branches/eam_rel9_b1/psLib/src/astro/psCoord.c
- Timestamp:
- Dec 22, 2005, 4:00:49 PM (21 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_b1/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b1/psLib/src/astro/psCoord.c
r5682 r5825 10 10 * @author GLG, MHPCC 11 11 * 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 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 407 407 PS_ASSERT_PTR_NON_NULL(projection, NULL); 408 408 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; 412 415 413 416 bool zenithal = (projection->type == PS_PROJ_TAN) ||(projection->type == PS_PROJ_SIN);
Note:
See TracChangeset
for help on using the changeset viewer.
