Changeset 10609 for trunk/psLib/src/astro/psSphereOps.c
- Timestamp:
- Dec 10, 2006, 7:29:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.c
r9932 r10609 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-1 1-09 23:26:04$10 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-12-10 17:29:51 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 335 335 PS_PROJ_TAN); 336 336 // Perform projection onto tangent plane 337 psPlane* lin = psProject( position2, proj);337 psPlane* lin = psProject(NULL, position2, proj); 338 338 // Set return values 339 339 tmp->r = lin->x; … … 417 417 PS_PROJ_TAN); 418 418 // Project tangent plane coord to spherical coord 419 tmp = psDeproject( lin, proj);419 tmp = psDeproject(NULL, lin, proj); 420 420 // Free data structures used 421 421 psFree(proj);
Note:
See TracChangeset
for help on using the changeset viewer.
